2.1.2 • Published 5 years ago

to-iso-string-x v2.1.2

Weekly downloads
247
License
MIT
Repository
github
Last release
5 years ago

to-iso-string-x

Cross-browser toISOString support.

module.exportsstring

This method returns a string in simplified extended ISO format (ISO 8601), which is always 24 or 27 characters long (YYYY-MM-DDTHH:mm:ss.sssZ or ±YYYYYY-MM-DDTHH:mm:ss.sssZ, respectively). The timezone is always zero UTC offset, as denoted by the suffix "Z".

Kind: Exported member
Returns: string - Given date in the ISO 8601 format according to universal time.
Throws:

  • TypeError If date is not a Date object.
  • RangeError If date is invalid.
ParamTypeDescription
dateObjectA Date object.

Example

import toISOString =from 'to-iso-string-x';

toISOString(new Date(0)); // '1970-01-01T00:00:00.000Z'
2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.15

5 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago