DEV Community

Discussion on: How to Check the Current Time with JavaScript

Collapse
 
crimsonmed profile image
Médéric Burlet

Nice little one too:

const ts = + new Date()
Enter fullscreen mode Exit fullscreen mode

This will return current timestamp