Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xwartz/dateformat

Extend the Date Object
https://github.com/xwartz/dateformat

Last synced: about 1 month ago
JSON representation

Extend the Date Object

Awesome Lists containing this project

README

        

date-format
------

Extend the Date(prototype) object.

### Usage

```js
var d = new Date('2015-5-21')
```

format

```js
var n = d.Format('YYYY-MM-DD') // 2015-05-21
var e = d.Format('YYYY年M月DD日') //2015年5月21日
```

### License

MIT