when writing
Field('two','time',requires=IS_TIME(format='%H:%M'))
I am getting error "type 'exceptions.TypeError'> __init__() got an
unexpected keyword argument 'format' "
So, please reply as soon as possible.
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...
>
--