input mask for general date

mohsinhq

Registered User.
Local time
Today, 18:42
Joined
Aug 2, 2004
Messages
90
does anyone know the correct code for an input mask for the general date. i.e.

10/08/04 11:54:45 (dd/mm/yy HH:MM:SS)
 
Not sure if this is your question but the input mask should be: (dd/mm/yy HH:NN:SS) N=Minutes M=Month
 
I need to have it masked for validation...

i have created an input mask on a field which is formatted as general date.

on form load the date and time is shown ( Now() )

The mask i have used is 99/99/00\ 09:00:00

it works in that it lets me enter a date and time but it always gives an error. even if the value is a valid date and time
'THE VALUE YOU HAVE ENTERED ISN'T VALID FOR THIS FIELD'
'For Example, you may have entered text in a numeric field or a number that is larger than the FieldSize settings permit'

Any Ideas?
 

Users who are viewing this thread

Back
Top Bottom