För att få datum
new Date().toJSON().slice(0, 10)
//2015-07-23
för datetime
new Date().toJSON().slice(0, 19).replace('T', ' ')
//2015-07-23 11:26:00
Observera att resulterande datum/datumtid alltid kommer att vara i UTC-tidszon
För att få datum
new Date().toJSON().slice(0, 10)
//2015-07-23
för datetime
new Date().toJSON().slice(0, 19).replace('T', ' ')
//2015-07-23 11:26:00
Observera att resulterande datum/datumtid alltid kommer att vara i UTC-tidszon