mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
Update README.md
Added 'fecha' date library as a lightweight replacement for parsing and formatting functionalities of moment.js
This commit is contained in:
committed by
GitHub
parent
638de75da4
commit
9ca2f647a1
@@ -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.
|
* [ms.js](https://github.com/rauchg/ms.js) - Tiny millisecond conversion utility.
|
||||||
* [countdown.js](https://github.com/gumroad/countdown.js) - Super simple countdowns.
|
* [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.
|
* [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
|
||||||
*String Libraries.*
|
*String Libraries.*
|
||||||
|
|||||||
Reference in New Issue
Block a user