Javascript get timestamp in seconds

Code examples

8
0

javascript timestamp in seconds

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

javascript get timestamp

var currentTimeInSeconds=Math.floor(Date.now()/1000); //unix timestamp in seconds
var currentTimeInMilliseconds=Date.now(); // unix timestamp in milliseconds
5
0

how to get timestamp in javascript of a date object

new Date().getTime()

new Date().valueOf()
1
0

how to get the timestamp in javascript

const currentTimeInMilliseconds=Date.now(); // unix timestamp in 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
..................................................................................................................