Skip to content

Commit

Permalink
Merge branch 'master' of github.com:abritinthebay/datejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Wild-Smith committed Jun 13, 2014
2 parents ae18c10 + eea8ad7 commit 81386c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Otherwise...
* For production environments include [the production ready minified file from the Build directory](https://github.com/abritinthebay/datejs/blob/master/build/production/date.min.js) on your page.
* For debugging (eg, in development) include [the unminified and fully commented version](https://github.com/abritinthebay/datejs/blob/master/build/date.js)

Support for the Bower package manager is on the roadmap, but is not implemented yet.

#### International Language Versions
In Node.js you can just call `Date.i18n.setLanguage` with the IETF appropriate code (e.g. "de-DE", or "es-MX") and DateJS will load the file automatically. For the browser DateJS has langauge support in one of two ways:
1. Either download the appropriate file from [the Build directory of your choice](https://github.com/abritinthebay/datejs/blob/master/build/). Files are named after the IETF code the load (i.e. `date-es-MX.js` loads Mexican Spanish).
Expand Down

0 comments on commit 81386c5

Please sign in to comment.