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

Invalid date

2 Answers 59 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 2
Bill asked on 01 Oct 2010, 03:07 AM
I am typing in a date of '5/3/1958' and 05/03/1958' for a date of birth and am getting a yellow triangle (which signifies an invalid date format).

I have the following html:

<

 

telerik:RadDatePicker ID="terSubDOB" runat="server">

 

 

<DateInput ID="DateInput3" DateFormat="M/d/yyyy" DisplayDateFormat="M/d/yyyy" runat="server">

 

 

</DateInput>

 

 

</telerik:RadDatePicker>

 


What is wrong with my format?

2 Answers, 1 is accepted

Sort by
0
Accepted
Pavel
Telerik team
answered on 01 Oct 2010, 06:59 AM
Hi William,

The default min value for the Calendar is set to 1/1/1980. Try setting the MinDate property to an earlier year, for example MinDate="01/01/1900".

Best wishes,
Pavel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Bill
Top achievements
Rank 2
answered on 01 Oct 2010, 02:35 PM
Thanks Pavil :)
Tags
Calendar
Asked by
Bill
Top achievements
Rank 2
Answers by
Pavel
Telerik team
Bill
Top achievements
Rank 2
Share this question
or