Hi all,
I am using the DateTimePicker with a nullable property
When the user selects the picker, I would like the time defaulted to midnight as most times we use midnight, so it's a mission for users to always have to set the time to midnight when applying a date just a date. The time is there for the odd times we do want to have EndDate with a time - but's it is not the norm.
I am using the DateTimePicker with a nullable property
public DateTime? EndDate { get; set; }
Is there a way to tell the component to default to midnight?