KenHigg
Registered User
- Local time
- Today, 01:25
- Joined
- Jun 9, 2004
- Messages
- 13,327
I have a form where I want a date / time field to be formatted like:
08/08/2004 15:00
I do the input mask like:
99/99/0000\ 00:00;0;_
And the initial input is fine. But, having set the format to General date, the date field converts the date to:
8/8/2004 3:00:00 PM
after the cursor exits the field. Which may be acceptable, except that when the cursor re-enters the field to change the date / time, the input mask does not display the underscore characters which makes it hard for the end user to figure out how to enter the data.
See attached. Any suggestions?
ken
08/08/2004 15:00
I do the input mask like:
99/99/0000\ 00:00;0;_
And the initial input is fine. But, having set the format to General date, the date field converts the date to:
8/8/2004 3:00:00 PM
after the cursor exits the field. Which may be acceptable, except that when the cursor re-enters the field to change the date / time, the input mask does not display the underscore characters which makes it hard for the end user to figure out how to enter the data.
See attached. Any suggestions?
ken