I kept field('aaa', requires=IS_DATE(format='%H:%M')) . and when I try
to open database administration and that particular table I am getting
error
str' object has no attribute 'year'.
Thank in advance.
On Friday, October 12, 2012 10:44:23 AM UTC+5:30, dantuluri jaganadha raju
wrote:
>
> Hi,
> I want to accept only 9 digit number as input to one field and
> other's are invalid. and in another field I want to accept time format of
> form ("hours:minutes" to "hours:minutes").
>
> Thank you in advance...
>
--