root / trunk / web / dojo / dojox / date / README
History | View | Annotate | Download (1.73 KB)
| 1 | 9 | andrej.cim | ------------------------------------------------------------------------------- |
|---|---|---|---|
| 2 | DojoX Date |
||
| 3 | ------------------------------------------------------------------------------- |
||
| 4 | Version 0.9 |
||
| 5 | Release date: 5/17/2007 |
||
| 6 | ------------------------------------------------------------------------------- |
||
| 7 | Project state: |
||
| 8 | varies |
||
| 9 | |||
| 10 | Buddhist, Hebrew, Islamic calendars: stable |
||
| 11 | posix, php: beta |
||
| 12 | timezone: experimental |
||
| 13 | |||
| 14 | ------------------------------------------------------------------------------- |
||
| 15 | Credits |
||
| 16 | Paul Sowden (dojox.date.posix) |
||
| 17 | Neil Roberts (dojox.date.php) |
||
| 18 | Hossam Aldin Katory (dojox.date.islamic, dojox.date.hebrew) |
||
| 19 | Helena Halperin, Moshe Wajnberg, Tomer Mahlin (dojox.date.hebrew) |
||
| 20 | Nathan Toone (dojox.date.relative, dojox.date.tzdate, dojox.date.timezone) |
||
| 21 | ------------------------------------------------------------------------------- |
||
| 22 | Project description |
||
| 23 | |||
| 24 | Placeholder for any kind of date operations, including formatters that are |
||
| 25 | common to other languages (posix and php). |
||
| 26 | |||
| 27 | ------------------------------------------------------------------------------- |
||
| 28 | Dependencies: |
||
| 29 | |||
| 30 | Depends only on the Dojo Core. |
||
| 31 | ------------------------------------------------------------------------------- |
||
| 32 | Documentation |
||
| 33 | |||
| 34 | See the API documentation for details. |
||
| 35 | ------------------------------------------------------------------------------- |
||
| 36 | Installation instructions |
||
| 37 | |||
| 38 | Grab the following from the Dojo SVN Repository: |
||
| 39 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/date/* |
||
| 40 | |||
| 41 | Install into the following directory structure: |
||
| 42 | /dojox/date/ |
||
| 43 | |||
| 44 | ...which should be at the same level as your Dojo checkout. |
||
| 45 | |||
| 46 | To use the non-Gregorian calendars, you must do a complete build of dojo.cldr. |
||
| 47 | See util/buildscripts/cldr/README for details. |
||
| 48 | ------------------------------------------------------------------------------- |