Timestamp to date
Timestamp to date
john_book
Posts: 2Questions: 1Answers: 0
Hello,
I am using an external json file with column
"time": "2018-10-02T15: 08: 49.021Z",
How do I convert timestamp "2018-10-02T15: 08: 49.021Z" to "DD-MM-YYYY HH: MM: SS
I used several methods, but I did not succeed.
Tks
This discussion has been closed.
Answers
Hi @john_book ,
That's more of a standard JS issue, rather than DataTables, but it would be worth looking at moment.js
Cheers,
Colin
Hi Colin
thanks for the tip.