Rank: Newbie Groups: Member
Joined: 7/18/2008 Posts: 2
|
I have the following JavaScript to reset the date in a DatePicker, which has its PickerFormat="dd-MMM-yyyy"
<a href="javascript: void {var:this}.setSelectedDate(null);" title="reset">reset</a>
Clicking the link above resets the day and year but leaves the current month text visible i.e. for this month it displays "Oct". Is there a different way to reset the date?
Note: eo_version is 7.0.20.2
Many thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please update to the latest version. I believe this is a bug that has been fixed in the latest version.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 7/18/2008 Posts: 2
|
Thanks very much, working now :d/
|