Rev 396 | Rev 398 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* date.js - Added jsx.date.format() and Date.prototype.format() - Added jsx.date.tzOffsetHours() - jsx.date.strftime(): + Fixed %P and %p (back to counter-intuitive but POSIX-compliant) + Added %j (day of year) + Use tzOffsetHours() for time zone as hh(:mm) offset from UTC - Upgraded option support - Organized properties * test/date.html - Updated testcases - Use Resource Builder for dependencies