This is a migrated thread and some comments may be shown as answers.

RadDateTimePicker selected date format

1 Answer 217 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
heba
Top achievements
Rank 1
heba asked on 29 Sep 2008, 02:55 PM
Dear telerik team

i'm using the RadDateTimePicker control
i need to make the format of the date dd/MM/yyyy when it is selected from the calendar so i need it to appears in the DateInput text box in format
"dd/MM/yyyy"

Thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 Sep 2008, 04:59 AM
Hi Heba,

Try setting the DateFormat for the RadDateTimePicker as shown below.

ASPX:
 <telerik:RadDateTimePicker ID="RadDateTimePicker1" DateInput-DateFormat="dd/MM/yyyy"  runat="server"
        </telerik:RadDateTimePicker> 


Thanks
Shinu.

Tags
Calendar
Asked by
heba
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or