This question is locked. New answers and comments are not allowed.
Hi, I have a DatePicker in a filter. I've formatted with "{0:MM/dd/yyyy HH:mm:ss}" so that the filter accepts date-time values. When I type in a date to the datepicker, "08/08/2012", it automatically appends "08/08/2012 00:00:00" to it.
Is there a way to prevent the automatic appending of the time? I still want the user to be able to specify time if they want, but if they only specify date, I don't want the time to appear.
Is there a way to prevent the automatic appending of the time? I still want the user to be able to specify time if they want, but if they only specify date, I don't want the time to appear.