From 09881df13ebba3819397b855eb5eb2ec56e0d6a7 Mon Sep 17 00:00:00 2001 From: Hongarc Date: Mon, 29 Apr 2019 11:22:10 +0700 Subject: [PATCH] Add `Day.js` (#928) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cd83976..5d7e0e5 100644 --- a/readme.md +++ b/readme.md @@ -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.