mastertorr
Programmer
I have a text box on a form, which will accept the date in the format of mm/dd/yyyy. Is there a way to adjust the input mask to be mm/dd/4DigitCurrentYear (e.g. mm/dd/2009)
so the year would be in the input mask by default?
I have tried this: mm/dd/"2009" or mm/dd/2\0\0\9 as the input mask as well...but I get an error on the lost focus of the textbox.
Any help would be appreciated, and would prefer to stay away from having to use 3 textboxes if possible.
Thanks in advance.
so the year would be in the input mask by default?
I have tried this: mm/dd/"2009" or mm/dd/2\0\0\9 as the input mask as well...but I get an error on the lost focus of the textbox.
Any help would be appreciated, and would prefer to stay away from having to use 3 textboxes if possible.
Thanks in advance.