#2479 closed enhancement (fixed)
IsoWeek Support in dojo.date.common
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Date | Version: | 0.4.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
This patch adds support for manipulating ISO 8601 weeks with dojo.date.common. New methods are: dojo.date.setIsoWeekOfYear(), dojo.date.getIsoWeekOfYear(), dojo.date.getIsoWeeksInYear(), and dojo.date.getStartOfWeek().
Automated tests for all methods are included in the patch.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | IsoWeek.patch added |
---|
comment:1 Changed 14 years ago by
Cc: | [email protected]… added |
---|---|
Owner: | changed from psowden to Adam Peller |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Milestone: | → 0.9 |
---|
Note: See
TracTickets for help on using
tickets.
Add support for ISO8601 week manipulation.