#3985 closed defect (fixed)
DateTextBox: date shows up as NaN/NaN/NaN
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To accomodate the way the parser works, we had to represent a blank date as new Date(""). But now an <input dojoType=DateTextBox>
shows up as NaN/NaN/NaN. (See first test in DateTextBox?.)
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9967]) References #3985. IE doesn't always set item.selected=true for the value attribute.