Get timestamp in js seconds

Code examples

8
0

javascript timestamp in seconds

const ts = () => Math.floor(new Date().getTime() / 1000);
0
0

js get current seconds

const timestamp = new Date() / 1000; // 1405792936.933
// Technically, .933 would be milliseconds. 

In other languages

This page is in other languages

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