A moment instance can be formatted like this:
moment().format('DD/MM/YY')
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have this date Sat Sep 21 2019 00:00:00 GMT+0000 (Greenwich Mean Time) and I want to format it to be 21/10/19. Does anyone know how to format this using moment.js or vue?
This dates comes from VC-Calendar
A moment instance can be formatted like this:
moment().format('DD/MM/YY')
Please or to participate in this conversation.