I am calculating rows with a total with the jQuery.Calculation plugin but the total is ignoring everything after the decimal symbol. I suspect the fix lies in the regex ...
I want to have a regex for a date format, Example: 01-Jan-2011
I have written ^[0-9]{1,2}-[a-zA-Z]{3}-[0-9]{4} but does not check for all the valid dates like 50-AAA-2011 will also be considered as ...
I found a very useful regular expression for testing format and content of a date field in a regex example site
BUT I get a validation when I put in dates older ...