source: Dev/branches/rest-dojo-ui/client/dojox/date/README @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 1.7 KB
Line 
1-------------------------------------------------------------------------------
2DojoX Date
3-------------------------------------------------------------------------------
4Version 0.9
5Release date: 5/17/2007
6-------------------------------------------------------------------------------
7Project state:
8varies
9
10Buddhist, Hebrew, Islamic calendars: stable
11posix, php: beta
12timezone: experimental
13
14-------------------------------------------------------------------------------
15Credits
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-------------------------------------------------------------------------------
22Project description
23
24Placeholder for any kind of date operations, including formatters that are
25common to other languages (posix and php).
26
27-------------------------------------------------------------------------------
28Dependencies:
29
30Depends only on the Dojo Core.
31-------------------------------------------------------------------------------
32Documentation
33
34See the API documentation for details.
35-------------------------------------------------------------------------------
36Installation instructions
37
38Grab the following from the Dojo SVN Repository:
39http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/date/*
40
41Install into the following directory structure:
42/dojox/date/
43
44...which should be at the same level as your Dojo checkout.
45
46To use the non-Gregorian calendars, you must do a complete build of dojo.cldr.
47See util/buildscripts/cldr/README for details.
48-------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.