README 1.7 KB

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