Hi,
I need some help with a radDatePicker, I can´t set min date to 01/01/1800. I've tried with these properties but nothing I get the error :"No se puede crear un objeto de tipo 'System.DateTime' a partir de su representación de cadena '01/01/1800 12:00:00 a.m.' para la propiedad 'MinDate'."
If I only try with the property "SkipMinMaxDateValidationOnServer="True"" , the control validation in the browser show me an error and the control clear the date.
Could you please advise me right way to allow dates under the default min value.
Thanks..
I need some help with a radDatePicker, I can´t set min date to 01/01/1800. I've tried with these properties but nothing I get the error :"No se puede crear un objeto de tipo 'System.DateTime' a partir de su representación de cadena '01/01/1800 12:00:00 a.m.' para la propiedad 'MinDate'."
<
telerik:RadDatePicker
ID
=
"dtpDesde"
runat
=
"server"
SkipMinMaxDateValidationOnServer
=
"True"
MinDate
=
"01/01/1800 12:00:00 a.m."
Calendar-FocusedDate
=
"01/01/1800 12:00:00 a.m."
Calendar-RangeMinDate
=
"01/01/1800 12:00:00 a.m."
Calendar-RangeSelectionStartDate
=
"01/01/1800 12:00:00 a.m."
DateInput-MinDate
=
"01/01/1800 12:00:00 a.m."
FocusedDate
=
"01/01/1800 12:00:00 a.m."
>
If I only try with the property "SkipMinMaxDateValidationOnServer="True"" , the control validation in the browser show me an error and the control clear the date.
Could you please advise me right way to allow dates under the default min value.
Thanks..