We added a new NullDate property to BasicDatePicker which allows the developer to override what DateTime value is used to represent a 'null' or empty date.
In previous versions DateTime.MinValue was used, and it's still the default value, but it can now be overridden with any DateTime value.
For example, some applications may use DateTime.MaxValue to represent a null or empty value.
[VB]
Me.BasicDatePicker1.NullDate = DateTime.MaxValue
[C#]
this.BasicDatePicker1.NullDate = DateTime.MaxValue;
See also SelectedValue propertyNote: The NullDate property is not available in BDPLite.
Thanks,
Geoffrey McGill
----------------------------------------
Coolite Inc.
Email: support [at] coolite [dot] com
Phone: +1(888)775-5888