I am using an input mask to display my information as "99/99".

When I display the contents of the textbox it appears as "1003" instead of "10/03". It also saves it this way to the database. I am trying to use the split function to break it up into 2 seperate numbers IE 10 and 03 so I can save it into the database as "10/03".

The user can also enter the values as 10/3 or 1/1 or any variation, so I cannot simply split it per 2 digits.


Does anyone know how to either save a textbox to a database including the mask, or does anyone know how to split the textbox contents by the delimiter?


Thanks,
kfcSmitty