Changes between Initial Version and Version 2 of Ticket #2598
- Timestamp:
- Mar 16, 2007, 4:23:01 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2598
- Property Cc peller bill tk added
- Property Owner changed from anonymous to bill
-
Property
Component
changed from
General
toWidgets
-
Property
Type
changed from
defect
toenhancement
-
Ticket #2598 – Description
initial v2 5 5 If you apply this patch, the datedropdownpicker will be able to read the value using the saveFormat field the developer has supplied. 6 6 7 7 {{{ 8 8 --- dojo/src/widget/DropdownDatePicker.js (revision 552) 9 9 +++ dojo/src/widget/DropdownDatePicker.js (working copy) … … 26 26 } 27 27 if(this.value && !isNaN(this.value)){ 28 }}}