Rank: Member Groups: Member
Joined: 10/11/2007 Posts: 12
|
Hi
How do i set the selecteddate back to nothing so that it just shows " / / "
thanks Brandon
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can do:
eo_GetObject("your_date_picker_id").setSelectedDate(null);
Thanks
|