Rank: Newbie Groups: Member
Joined: 4/19/2013 Posts: 1
|
I have a datepicker control in my app but i need to get the exact value, i change the format to 2013-04-18 00:00:00 and i need that exact format but when i get the selected value the format that give to me is 18-04-2013 00:00:00...can anyone help me??
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
The SelectedDate property gives you a DateTime value. It's not a string value. You can format that DateTime value to whatever format you want.
Thanks!
|