mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-21 06:02:37 -05:00
378 B
378 B
title
| title |
|---|
| Date Now |
Date Now
The Date.now() method returns the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC..
Syntax
var timeInMs = Date.now();
Example
Date.now();
// 1508783660969