SmartGwt 3.0p 2/16 nightly
Gwt 2.4
Firefox 6.0
I have a DynamicForm wtih two DateItem fields
Start Date
End Date
When I use the method.....
The project start date, say is in the past, January 25, 2012.
When I open up my DateItem field from the DateChooser Icon.
The Calendar defaults to the Current Date, Today, as opposed to the Date I specified using the above mentioned DefaultChooserDate.
Is there a reason why?
Gwt 2.4
Firefox 6.0
I have a DynamicForm wtih two DateItem fields
Start Date
End Date
When I use the method.....
Code:
startDate.setDefaultChooserDate(projectStartDate) endDate.setDefaultChooserDate(projectStartDate)
When I open up my DateItem field from the DateChooser Icon.
The Calendar defaults to the Current Date, Today, as opposed to the Date I specified using the above mentioned DefaultChooserDate.
Is there a reason why?
Comment