DateTimePicker, continue while entering date

viker

New member
Joined
Aug 9, 2006
Messages
1
Programming Experience
1-3
Hello everybody,

We are having a problem with a datetimepicker when entering a date into it. The format we use is dd-MM-yyyy, so it is the european notation. The problem could be best described as follows:
When entering the day, we must use the right-arrow to jump to the month part of the DTP. After filling in the month we use the right-arrow to jump to the year part of the DTP. When i'm going from the date 30-06-2006 to 31-07-2006, i can't enter the day to 31, since june had 30 days. So i have to chang the month part first to 07, and then set the day to 31.
The second part of the problem is that i want the user to be able of first typing the complete date (whithout using the arrow), so the DTP has to jump automatically from the day to the month and after the month to the year...

Could anybody help me (there must be more people who has this problem)

Greetings Vincent
 
Back
Top