|
|
5 lat temu | |
|---|---|---|
| .. | ||
| doc | 5 lat temu | |
| lib | 5 lat temu | |
| test | 5 lat temu | |
| .npmignore | 5 lat temu | |
| .travis.yml | 5 lat temu | |
| LICENSE | 5 lat temu | |
| README.md | 5 lat temu | |
| bower.json | 5 lat temu | |
| gulpfile.js | 5 lat temu | |
| jsdoc.json | 5 lat temu | |
| package.json | 5 lat temu | |
Version 2 Feature and Changes discussion is being held at https://github.com/JerrySievert/node-date-utils/issues/37
<script type="text/javascript" src="date-utils.min.js"></script>
$ npm install date-utils
require('date-utils');
Note: This did not work in the REPL before Node.js 0.6 due to how Node.js handles context in the REPL.
require('date-utils').language("es")
Supported languages:
Documentation (nearing completion) can be found at https://jerrysievert.github.io/date-utils
Make sure you have gulp installed (npm install gulp -g). After that hit npm install to get the dependencies. Finally, hit gulp. This will build the library initially. If you make changes to the library, it will compile the minified version automatically.
$ npm test
$ gulp