I'm trying to build an input mask that allows the user to enter a 4 digit number and the mask will format it as follows:
M-xxxx-08
Where the x's are the number entered by the user, the "M-" is pre-formatted and the "08" represents the current year, also pre-formatted.
So far I have been able to get it to produce "M-xxxx-" with this mask: M-"####;0;_ But I don't know how to get it to enter the current year.
Any help would be greatly appreciated,
M-xxxx-08
Where the x's are the number entered by the user, the "M-" is pre-formatted and the "08" represents the current year, also pre-formatted.
So far I have been able to get it to produce "M-xxxx-" with this mask: M-"####;0;_ But I don't know how to get it to enter the current year.
Any help would be greatly appreciated,