lyfeyaj / jaql

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schema Validation -> date format?

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. create a schema where one of the fields is a date
2. if the date is not in the default format (for example if it's YYYY-MM-DD 
HH:mm:ss) there doesn't seem to be a way to specify this alternate format in 
the schema, so the check() method fails

What version of the product are you using? On what operating system?
0.5, Windows 7

Please provide any additional information below.
There doesn't seem to be a way to specify an alternate date format for date 
fields in the jaql schema to be used for validation.

Original issue reported on code.google.com by s.forgh...@gmail.com on 5 Aug 2011 at 8:20