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

RadDateInput doesn't accept valid dates?

1 Answer 54 Views
Input
This is a migrated thread and some comments may be shown as answers.
jfkrueger
Top achievements
Rank 1
jfkrueger asked on 12 Nov 2008, 09:19 PM
I must be missing something...

<telerik:RadDateInput ID="txtBirthdate" runat="server" ValidationGroup="DemographicUpdate" SelectionOnFocus="SelectAll"   
DateFormat="d" DisplayDateFormat="d" /> 
 

But it won't accept the value of "12/19/1974". Can someone explain what I'm doing wrong?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 13 Nov 2008, 03:47 PM
Hello Joe,

Please try this modification:
<telerik:RadDateInput ID="txtBirthdate" runat="server" ValidationGroup="DemographicUpdate" SelectionOnFocus="SelectAll"    
DateFormat="d" DisplayDateFormat="d" MinDate="01/01/1900" /> 

I hope this helps.

Greetings,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Input
Asked by
jfkrueger
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or