Date Format

DaleFromEngland

Registered User.
Local time
Today, 21:34
Joined
Jul 16, 2001
Messages
15
Hey folks... Can anyone help with this:

I have many forms that force the users to enter dates. I have created a button, that once clicked, will automate this procedure, ie enter the date automatically....

Is there any code that FORCES the user to enter the date in DD/MM/YYYY format, ie if they change the field that has a date in, the form forces the user to enter the above data format.... Its really for testing purposes... I have an input mask set

THanks in advanced
 
If you are using an input mask, than this should be OK. Is the input mask like this
00/00/0000;0;_ The 0 means that a number is required.
 

Users who are viewing this thread

Back
Top Bottom