Hide Forgot
The date "Thursday July 18 2013" is being marked as invalid when it is actually a valid date.
Fixed in csprocessor 1.2.3 The cause of this was the cleanDate() function which was used to clean days such as "Thurs", "Thur" and "Tues", so that they would be valid for our validator. However this was working on "Thursday" and "Tuesday", reducing them down to "Thuday" and "Tueday" respectively.