Opened 14 years ago
Closed 14 years ago
#3079 closed defect (fixed)
dojox.date.php has bugs and should support overrides
Reported by: | Neil Roberts | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
- getTimeZone is incorrect, it should be getTimezone
- weekdays should be this.weekdays where appropriate
- Calculating Jan1 should be
new Date(this.date.getFullYear(), 0, 1)
- The PHP date format is often used with overrides. Provide support for this.
Note: See
TracTickets for help on using
tickets.
(In [8669]) fixes #3079. Fix getTimezone, weekdays, Jan 1 calculation, and support overrides