This didn't seem to appear yesterday:
-------- Forwarded Message -------- Subject: Re: [RBASE-L] - Elapsed time in HH:MM format Date: Sat, 13 Jan 2018 08:35:52 +0000 From: Alastair Burr <[email protected]><mailto:[email protected]> Reply-To: [email protected]<mailto:[email protected]> To: dkfowler6179 <[email protected]><mailto:[email protected]> Look at the ADDSEC funtion and use: (ADDSEC(0:00:00,int)) or (ADDSEC(0:00:00, .Var)) As long as your elapsed time is less than 24 hours you should be fine. Regards, Alastair. On 13/01/2018 02:10, dkfowler6179 wrote: I've been able to get elapsed time between a start and end time as a real number. Need to get this to HH:MM format though. Columns ckin and ckout are datetime format (as time sometimes span from one day to the next). I'm sure this is something pretty simple, but I haven't been able to figure it out. Thanks for any help. David Fowler -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

