Javascript timestamp to date time

Code examples

2
0

js convert date to timestamp

const timestamp = new Date().getTime() // return timestamp in miliseconds
1
0

convert timestamp to date js

var date = new Date("2016-07-27T07:45:00Z");
However, you can run into trouble when you do not provide the timezone explicitly!

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................