[Vuejs]-Vue js table using slice

0👍

Use simple js date functions or any moment js functions to do convertions.

(new Date()).toISOString().split('T')[0]

-1👍

Use moment.js instead.

We have the same problem and im using moment.js for it.

Check this link.

Leave a comment