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

Date Control Issue

1 Answer 37 Views
DateInput
This is a migrated thread and some comments may be shown as answers.
Manivannan
Top achievements
Rank 1
Manivannan asked on 23 Jun 2016, 05:42 PM

Hello Team,

Telerik Date control display nothing when the date entered as 01/01/1900, Please let me know if we have any workaround for this issue?

Telerik control version : 2012.2.607.40

Thank you.

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 28 Jun 2016, 11:16 AM
Hello,

By default the minimal valid date in the RadDatePicker is 01/01/1980. In order to change that behavior you need to specify the MinDate property.

Try the following code and you should be able to enter 01/01/1900 as date.

<telerik:RadDatePicker runat="server" ID="RadDatePicker1" MinDate="1900-1-1"></telerik:RadDatePicker>


Regards,
Viktor Tachev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
DateInput
Asked by
Manivannan
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or