README 1.7 KB

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