I've used Jquery masked input but I just came across an interesting requirement. The user wants to save a series of dates on a single field. They want to enter the dates like this:
10/10/2013; 12/12/2004; 10/30/2003
The field naturally would be saved for coma delimited purposes BUT after each ; the masking of the dates 99/99/9999 should apply...
Has anyone tried this with regex or inputmask()?