For at få dato
new Date().toJSON().slice(0, 10)
//2015-07-23
for dato og klokkeslæt
new Date().toJSON().slice(0, 19).replace('T', ' ')
//2015-07-23 11:26:00
Bemærk, at resulterende dato/datotid altid vil være i UTC-tidszonen
For at få dato
new Date().toJSON().slice(0, 10)
//2015-07-23
for dato og klokkeslæt
new Date().toJSON().slice(0, 19).replace('T', ' ')
//2015-07-23 11:26:00
Bemærk, at resulterende dato/datotid altid vil være i UTC-tidszonen