IS_TIME(format="%H:%M") may do it.
On Saturday, 2 June 2012 06:34:35 UTC-5, villas wrote: > > Does anyone know a good way to exclude seconds when displaying and working > with time fields? > > I looked at IS_TIME but it still doesn't have a formatter and I'm not sure > how to do it. However, I guess there aren't many ways to format the > time, so just having the seconds optional would be good. Maybe we could > have something like: IS_TIME(showseconds=True) > > Regards, David >

