G
Guest
Hi all,
I have a small problem with user enter the wrong date or time. Here is my
problem on an input form: The user sometimes enters the wrong time or date
Example
(Text Boxes on the form)
Date1 Time1 Date2 Time2
01/01/2005 23:00 01/01/2005 23:44 This is correct
01/02/2005 19:25 01/01/2005 21:55 This is correct
01/01/2005 20:22 01/01/2005 20:11 This is WRONG
The date should be 01/02/2005!! How can I control this so the user can't
enter the wrong date or time. I need some type of code for Date2 and Time2.
How can I code this? Thanks
I have a small problem with user enter the wrong date or time. Here is my
problem on an input form: The user sometimes enters the wrong time or date
Example
(Text Boxes on the form)
Date1 Time1 Date2 Time2
01/01/2005 23:00 01/01/2005 23:44 This is correct
01/02/2005 19:25 01/01/2005 21:55 This is correct
01/01/2005 20:22 01/01/2005 20:11 This is WRONG
The date should be 01/02/2005!! How can I control this so the user can't
enter the wrong date or time. I need some type of code for Date2 and Time2.
How can I code this? Thanks