#1458 closed defect (fixed)
dojo.date.getTimezoneName with tests
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Date | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is mostly just a string-processing function that tries to pull TZ data out of either the toString or toLocaleString method of the Date. If no TZ data is found, it will return empty string. This makes it suitable for use in dojo.date.format (or dojo.date.strftime).
Attachments (2)
Change History (5)
Changed 14 years ago by
Attachment: | dojo_date_common-mde-20060918.patch added |
---|
Changed 14 years ago by
Attachment: | test_date-mde-200600918.patch added |
---|
Tests for dojo.date.getTimezoneName
comment:1 Changed 14 years ago by
Milestone: | → 0.4 |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch for dojo.date.getTimezoneName