How to let the user type the whole date in DateTimePicker control

  • Thread starter Thread starter gusosa
  • Start date Start date
G

gusosa

Guest
Hi everyone

I have a WinForms application with a DateTimePicker control. It's quite common that users type the date instead of selecting it from the calendar. But they complain as they have to use the slash or arrow keys to pass from day to month to year, instead of just writing all the numbers one after the other.

Is there any way to let the user type just 31072013 (for example, assuming the format is set to dd/MM/yyyy) and it automatically is filled as 31/07/2013?

Thank you very much in advance

Continue reading...
 
Back
Top