Or divide. That might be more accurate. Bill
On Wed, Oct 17, 2012 at 10:42 AM, Bill Downall < [email protected]> wrote: > Karen, > > I just tested. With TIME FORMAT 'HH:MM', the integer is still seconds. So > multiply by 60. > > Bill > > > > On Wed, Oct 17, 2012 at 9:48 AM, <[email protected]> wrote: > >> Okay, so then my time format is what's important.. We don't care about >> seconds and I want military times stored, so I could set my time format to >> HH:MM. I can use cval('timeformat') to set the time format back to its >> default. >> >> So if I'm sure that all my DateTime values wil have that time format and >> I subtract them, then I should get a difference in *minutes* right? If >> that's the case then that's exact what I need. I just have to make sure I >> set my time format. >> > >

