Rank: Advanced Member Groups: Member
Joined: 7/25/2007 Posts: 34
|
Good morning
I am using EO datepicker with the pickerFormat property like "yyyy-MM-dd"
When i "grab" the selected value with "SelectedDate" method it returns something like "5/6/2008" and not like "2008-05-06" like i would like
Please answer as quick as you can. thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
SelectedDate returns a DateTime structure, not a string. It has nothing to do with formatting. You would need to format it to whatever you like by yourself.
Thanks
|