Simple strict format date field validation. You are limited to one format of date entry: dd/mm/yyyy. yy can be entered it will be altered to yyyy with the following rule: yy <= 10 is += 2000 / yy > 10 += 1900
Any non word delimeter can be entered but will be changed to "/"
function isLeap (y)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.