Input Mask Problem

Xaverria

Registered User.
Local time
Today, 08:19
Joined
Nov 29, 2004
Messages
17
I managed to change my format of a textbox that display date to (dd/mm/yyyy), but how do i change my input mask to the same format?
 
Xaverria said:
I managed to change my format of a textbox that display date to (dd/mm/yyyy), but how do i change my input mask to the same format?

99/99/9999;0;" "

Thats one I copied of a databse.

I also think just

99/99/9999 will do fine
 
But i need to verify the value like (dd) has a value of 0-31, (mm), has a value of 1-12, ensuring a valid date is input.
 

Users who are viewing this thread

Back
Top Bottom