aboutsummaryrefslogtreecommitdiff
path: root/node_modules/to-iso-string/Readme.md
blob: 905b8d6367e62a5f9e7943acae0a42cbd0499b93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# to-iso-string
  
  Cross-browser toISOString support.

## Example

```js
var iso = require('to-iso-string');
var date = new Date("05 October 2011 14:48 UTC");

iso(date);
// "2011-10-05T14:48:00.000Z"
```

## License

  MIT