Hello All:
I have some questions about DateItem whose useTextField is false:
1. There are three selectors: DaySelector, MonthSelector and YearSelector, and MonthSelector's options is [Jan,Feb,....], can I change it to [1,2,....]? I have modified the MonthSelectorOption = [0:"1", 1:"2",....,11:"12"], the display is ok, but can not saved date correctly like the Feb will be saved to DB as Jan.
2. Can the above three selectors not only be selected throught the pull-down list, but aslo be entered througth keyboard?
3. in ListGrid, how can we change the dateItem DateInputFormat?
Thx!
I have some questions about DateItem whose useTextField is false:
1. There are three selectors: DaySelector, MonthSelector and YearSelector, and MonthSelector's options is [Jan,Feb,....], can I change it to [1,2,....]? I have modified the MonthSelectorOption = [0:"1", 1:"2",....,11:"12"], the display is ok, but can not saved date correctly like the Feb will be saved to DB as Jan.
2. Can the above three selectors not only be selected throught the pull-down list, but aslo be entered througth keyboard?
3. in ListGrid, how can we change the dateItem DateInputFormat?
Thx!
Comment