Display date in correct format

When you retrieve a datetime attribute from the Backendless database, how do you display the date in a DD/MM/YYYY HH:mm format?

Hi Saurav

We use moment.js library in our Console, so with this lib it’s easy https://momentjs.com/docs/#/displaying/format/

Regards, Vlad