Add 1332403882588 milliseconds to January 1, 1970, and display the new date and time:
The result of d will be:
The setTime() method sets a date and time by adding or subtracting a specified number of milliseconds to/from midnight January 1, 1970.
![]()
The setTime() method is supported in all major browsers.
| Parameter | Description |
|---|---|
| millisec | Required. The number of milliseconds to be added to, or subtracted from, midnight January 1, 1970 |
| Type | Description |
|---|---|
| Number | Milliseconds between the date object and midnight January 1 1970 |
| JavaScript Version: | 1.0 |
|---|
Subtract 1332403882588 milliseconds from January 1, 1970, and display the new date and time:
The result of d will be:
JavaScript Date Object
Your message has been sent to W3Schools.