Timestamp to date

Timestamp to date

john_bookjohn_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

Answers

  • colincolin Posts: 15,236Questions: 1Answers: 2,598

    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

  • john_bookjohn_book Posts: 2Questions: 1Answers: 0

    Hi Colin

    thanks for the tip.

This discussion has been closed.