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

