Answers for "moment IST to ISO"

0

how to get iso date with moment

moment().toISOString(); // or format() - see below
Posted by: Guest on April-26-2020
1

convert moment date to utc format moment

moment(timestamp).toISOString(true)
Posted by: Guest on July-10-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language