Error appear when click Datepicker box. Error as below:
Device DateTime Value is: 21-May-11
Try to set ClipValueToMinMax
to true
to prevent the datetime to be out of the range specified by Minimum
and Maximum
.
dateEnd.ClipValueToMinMax = true;