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

By Default i want to Use / Symbold for Date Picker

1 Answer 50 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ashok
Top achievements
Rank 1
Ashok asked on 26 Apr 2011, 07:57 AM
Hi Team
i want to Use / symbol as By Default in Rad Date Picker
I want to Enter only Date Month Year / Should Come Automatically How i'll implement this.

Please give Me Solution as soon as possible.

Regards,
Ashok Anbarasu.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Apr 2011, 09:58 AM
Hello Ashok,

When you are entering the date without separator, the RadDatePicker DateInput parse the date to the specified DateFormat, when it lost its focus. And the default separator is "/". In order to parse the output in Date,Month, Year set the data-Format string as dd-MM-yy.
aspx:
<telerik:RadDatePicker ID="pikr" runat="server" DateInput-ShowButton="true"   DateInput-DateFormat="dd-MM-yy">
</telerik:RadDatePicker>

Also take a look at the following documentation.
Formatting Dates

Thanks,
Shinu.
Tags
Calendar
Asked by
Ashok
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or