[Vuejs]-Format timestamp without timezone to datetime-local in moment

0👍

You tried this?

moment(this.event.start, 'YYYY-MM-DD HH:mm:ss a').format('YYYY-MM-DDThh:mm a'));

Leave a comment