Feedback
DateTimePicker can now represent an empty date
- Status
- Fixed
- Fixed in
- v26.8.6
- Source discussion
- https://forum.objo.dev/d/910-datetimepicker-blank-data-field-shown-as-current-date
- Last updated
- 2026-08-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
DateTimePicker cannot currently represent an unset date through its Objo API. New pickers default to today, but an application cannot replace that default with an empty selection when loading a blank database field. The picker should use DateTime.Empty for its public empty state while preserving today as the constructor default.