Summary: Fix date handling to be consistent across FF and IE6
New Features: Bugs Fixed: Technical Reviewer: ptw QA Reviewer: (pending) Doc Reviewer: (pending) Documentation: Release Notes: Details:I found that Date.getYear() returns a 3 digit year on FF 1.5 (ie. 106) and a 4 digit year on IE 6 (ie. 2006). I changed the method to use getFullYear(). This returns a 4 digit year in both browsers (and swf).
With this change, the schedule data displays on the calendar. Tests: calendar.lzx on FF 1.5, IE 6.0, and swf Files: M calendar.lzx
patch.Philip.5556.tgz
Description: application/compressed
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
