Hi Annet, Yes, take a look at the code in gluon/validators.py Best Regards, D
On Wednesday, 18 April 2012 07:04:46 UTC+1, Annet wrote: > > Hi Villas, > > Thanks for your reply. > > IS_TIME() does not format but understands the following formats >> >> > I thought maybe in line with IS_DATE(format='') and IS_DATETIME(format='') > IS_TIME would have a format property as well. > > >> Otherwise I think you'll have to make your own validator which I don't >> think would be too difficult. >> > > I'll create my own validator. > > > Kind regards, > > Annet >

