String representing an ISO date.
This type is a string representing an ISO 8601 format of a date (returned by Date.prototype.toISOString).
Date.prototype.toISOString
const date: ISODate = "2020-01-01T00:00:00.000Z"; Copy
const date: ISODate = "2020-01-01T00:00:00.000Z";
String representing an ISO date.
Remarks
This type is a string representing an ISO 8601 format of a date (returned by
Date.prototype.toISOString
).Example
See