c# - Date Time Picker Functionality with user input interface changed. WINFORM -
I want to use a date time picker for my window application. I am using the minimum date
I want to modify a user interface for the date time picker, so that the user needs to type 24012010 for 24/01/2010.
What do I have to do for this. Or is it any of their DLL or some other device that can provide all the functionality of the date picker with this functionality
Use a good example on the page that will ensure that the user has just entered numbers for his date. Then you need to make sure that the number is not valid date (i.e. 99/99/9999) with your validity code.
Comments
Post a Comment