Field('one','integer',requires=IS_MATCH('\d{9}'))
Field('two','time',requires=IS_TIME(format='%H:%M'))
On Friday, 12 October 2012 00:14:23 UTC-5, 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...
>
--

