Hi Team,
I am using RadDatePicker to filter BoundColumn which gets the Date from the database in string format .
For getting Date from SQL Server , we are getting Date in format as 107 and Date string as "MMM dd,yyyy" .
For example we are getting date string from DB as "Jan 10,2014" . We are using RowFilter on date value selected from RadDatePicker.
But RadDatePicker is not displaying date in format needed that is "MMM dd,yyyy" .It is breaking at "," .
Please suggest way to change displaydateformat of RadDatePicker to "MMM dd,yyyy" to fix this issue.
I tried using
where dtpicker is ID of RadDatepicker .
It is not working , please suggest a way to fix this .
Regards,
-Dinesh Kotwani
I am using RadDatePicker to filter BoundColumn which gets the Date from the database in string format .
For getting Date from SQL Server , we are getting Date in format as 107 and Date string as "MMM dd,yyyy" .
For example we are getting date string from DB as "Jan 10,2014" . We are using RowFilter on date value selected from RadDatePicker.
But RadDatePicker is not displaying date in format needed that is "MMM dd,yyyy" .It is breaking at "," .
Please suggest way to change displaydateformat of RadDatePicker to "MMM dd,yyyy" to fix this issue.
I tried using
dtpicker.DateInput.DisplayDateFormat = "MMM dd,yyyy" ;
It is not working , please suggest a way to fix this .
Regards,
-Dinesh Kotwani