mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
add date
This commit is contained in:
13
README.md
13
README.md
@@ -7,7 +7,7 @@ A curated list of amazingly awesome JavaScript libraries, resources and shiny th
|
|||||||
* [Loaders](#loaders)
|
* [Loaders](#loaders)
|
||||||
* Testing Frameworks
|
* Testing Frameworks
|
||||||
* Templating Engines
|
* Templating Engines
|
||||||
* Date
|
* [Date](#date)
|
||||||
* [String](#string)
|
* [String](#string)
|
||||||
* Storage
|
* Storage
|
||||||
* [Functional Programming](#functional-programming)
|
* [Functional Programming](#functional-programming)
|
||||||
@@ -41,8 +41,17 @@ A curated list of amazingly awesome JavaScript libraries, resources and shiny th
|
|||||||
* [script.js](https://github.com/ded/script.js) - Asyncronous JavaScript loader and dependency manager.
|
* [script.js](https://github.com/ded/script.js) - Asyncronous JavaScript loader and dependency manager.
|
||||||
|
|
||||||
|
|
||||||
|
## Date
|
||||||
|
*Date Libraries.*
|
||||||
|
|
||||||
|
* [moment](https://github.com/moment/moment) - Parse, validate, manipulate, and display dates in javascript.
|
||||||
|
* [moment-timezone](https://github.com/moment/moment-timezone) - Timezone support for moment.js.
|
||||||
|
* [jquery-timeago](https://github.com/rmm5t/jquery-timeago) - A jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago").
|
||||||
|
* [timezone-js](https://github.com/mde/timezone-js) - Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data.
|
||||||
|
|
||||||
|
|
||||||
## String
|
## String
|
||||||
*String Libraries*
|
*String Libraries.*
|
||||||
|
|
||||||
* [underscore.string](https://github.com/epeli/underscore.string) - String manipulation extensions for Underscore.js javascript library.
|
* [underscore.string](https://github.com/epeli/underscore.string) - String manipulation extensions for Underscore.js javascript library.
|
||||||
* [string.js](https://github.com/jprichardson/string.js) - Extra JavaScript string methods.
|
* [string.js](https://github.com/jprichardson/string.js) - Extra JavaScript string methods.
|
||||||
|
|||||||
Reference in New Issue
Block a user