I need to disable how the DateTimePicker validates invalid values. For example, if a user changes the minute field to, let's say, 78. The field initially looks like this before losing focus: Sunday, April 06, 2014 9:78:27 PM and like this after losing focus: Sunday, April 06, 2014 9:07:45 PM
It uses the first character and pads a zero in front. I do NOT want that behavior automatically. How can I disable that validation or cancel it through an event, etc?
Any help is appreciated.
Thanks....
It uses the first character and pads a zero in front. I do NOT want that behavior automatically. How can I disable that validation or cancel it through an event, etc?
Any help is appreciated.
Thanks....