google-code-export / validity

Automatically exported from code.google.com/p/validity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

date allows invalid dates that conform to mm-dd-yyy format

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. go to home page: http://validity.thatscaptaintoyou.com/
2. enter 02/31/2010 
3. Click on the "Submit Query" button

What is the expected output? What do you see instead?
A message should indicate that the date is invalid. February does not have 31 
days

What version of the product are you using? On what operating system?
the version on the validity home page 

Please provide any additional information below.
The home page also includes the incorrect format text to the right of the input 
field. The label indicates mm-dd-yyyy format which the form does not accept. 
The form only accepts mm/dd/yyyy format (slash '/' instead of dash '-')

Original issue reported on code.google.com by freestyl...@gmail.com on 24 Oct 2010 at 7:51

Original comment by wyatt.al...@gmail.com on 25 Oct 2010 at 7:57

  • Changed state: Accepted