Hi
I recently posted a message in the HTML/CSS formum regarding formatting a INPUT field on an HTML FORM for date entry purposes.
I was very helpfully directed to this resource:
What I actually want to do, is to enable the INPUT field to be validated to check that a date has been entered in "mm/yy" format. I reckon I can bodge the number validation with my rather limited javascript skills (perhaps some long winded if statements) but what I really like is the way that a "/" character magically appears in examples shown from the above resource when typing in the data. I also like the way the length of the input field is limited to the amount of characters required.
Unfortunately I can't work out where this is being done within the source code supplied with the example and wondered whether anyone could steer me in the right direction. With many thanks in advance for any help and advice.
I recently posted a message in the HTML/CSS formum regarding formatting a INPUT field on an HTML FORM for date entry purposes.
I was very helpfully directed to this resource:
What I actually want to do, is to enable the INPUT field to be validated to check that a date has been entered in "mm/yy" format. I reckon I can bodge the number validation with my rather limited javascript skills (perhaps some long winded if statements) but what I really like is the way that a "/" character magically appears in examples shown from the above resource when typing in the data. I also like the way the length of the input field is limited to the amount of characters required.
Unfortunately I can't work out where this is being done within the source code supplied with the example and wondered whether anyone could steer me in the right direction. With many thanks in advance for any help and advice.