From 9ca2f647a17b8cc23c055ea9b779a03e02c837ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Wilczy=C5=84ski?= Date: Mon, 22 Aug 2016 22:17:58 +0200 Subject: [PATCH] Update README.md Added 'fecha' date library as a lightweight replacement for parsing and formatting functionalities of moment.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f95bb92..4332ca8 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [ms.js](https://github.com/rauchg/ms.js) - Tiny millisecond conversion utility. * [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. ## String *String Libraries.*