Return a Date object as a String, formatted as a JSON date:
The result of n will be:
The toJSON() method converts a Date object into a string, formatted as a JSON date.
JSON dates have the same format as the ISO-8601 standard: YYYY-MM-DDTHH:mm:ss.sssZ
![]()
The toJSON() method is supported in all major browsers.
Note: Internet explorer 8 and earlier does not support this method.
| Type | Description |
|---|---|
| String | The date and time formated as a JSON date |
| JavaScript Version: | 1.8.5 |
|---|
JavaScript Date Object
Your message has been sent to W3Schools.