From 1dd1012d01e09a81cf57b9b687798b1dda22c77e Mon Sep 17 00:00:00 2001 From: Gianmarco Date: Thu, 18 Jan 2018 14:14:09 +0100 Subject: [PATCH] Adds date-fns to Date libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ba335b..a8904ee 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [countdown.js](https://github.com/gumroad/countdown.js) - Super simple countdowns. * [timeago.js](https://github.com/hustcc/timeago.js) - Simple library (less then 2kb) used to format date with `*** time ago` statement. * [fecha](https://github.com/taylorhakes/fecha) - Lightweight date formatting and parsing (~2KB). Meant to replace parsing and formatting functionality of moment.js. +* [date-fns](https://github.com/date-fns/date-fns) - Modern JavaScript date utility library. ## String *String Libraries.*