Add Day.js (#928)

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
Hongarc
2019-04-29 11:22:10 +07:00
committed by Sindre Sorhus
parent 53739f5cd1
commit 09881df13e

View File

@@ -492,6 +492,7 @@
- [Luxon](https://github.com/moment/luxon) - Library for working with dates and times.
- [date-fns](https://github.com/date-fns/date-fns) - Modern date utility.
- [Moment.js](http://momentjs.com) - Parse, validate, manipulate, and display dates.
- [Day.js](https://github.com/iamkun/dayjs) - Immutable date library alternative to Moment.js.
- [dateformat](https://github.com/felixge/node-dateformat) - Date formatting.
- [tz-format](https://github.com/samverschueren/tz-format) - Format a date with timezone: `2015-11-30T10:40:35+01:00`.
- [cctz](https://github.com/floatdrop/node-cctz) - Fast parsing, formatting, and timezone conversation for dates.