Hi Shinu,
Thanks for the reply, I'm getting the required date format. But in code behind when I retrieve the value of that textbox, it should be in the same format. For eg, I have given
string date =
RadDatePicker1.SelectedDate.ToString();
output for date is "19/01/2009 12:00:00 AM"
I want it as "19-01-2009"
How do I achieve this?