Recommend this page to a friend! |
Classes of Jorge Castro | Gentelella BladeOne | vendors/gentelella/vendors/DateJS/README.md | Download |
|
DownloadDateJS: EvolvedWhat is it?DateJS extends the built-in JavaScript Date object to add much better parsing, internationalization support, and all the functions and syntactic sugar you could wish for. BackgroundDate JS was started by Geoffrey McGill in 2007, he abandoned it on May 13th 2008; leaving the Google Code repository stagnant and with many bugs unresolved. This fork was started improve and maintain DateJS. To keep what is still the most full featured JavaScript Date library alive, maintained, and improved. Currently we're on track towards a 1.0 release - having fixed almost all the existing bugs and added several new features, improved parsing, and many other changes. How to Install/UseDateJS supports running either your regular web browser as a client library or Node.js. In Node.jsInstallation is as easy as running:
For a BrowserIf you use Bower to manage your frontend packages then it's also really simple:
Otherwise... * For production environments include the production ready minified file from the Build directory on your page. * For debugging (eg, in development) include the unminified and fully commented version International Language VersionsIn Node.js you can just call DateJS will always support loading US English via File Structure
|