Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6607 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have 4 fields ...

Date Start

Time Start

Date Finish

Time Finish

I want to calculate the difference in Hours and minutes between them (this is either very simple and I missed it, or very complex ... for me anyway).

The dates: I have a Mini Calandar for user to update.

The Time field: Pop-up list in 1/2 hour blocks (24 hours).

Or is this the wrong way to even start?

Posted

This formula:

( EndDate - StartDate ) * 86400 + EndTime - StartTime

will return the difference in seconds. If you set the result type to Time, it will display as h::mm::ss (or whatever time format you select for the field in Layout mode). The method you use to input data into the fields does not matter to the calculation.

Posted

Thank you very much ... this one is busted thanks to you. It was not as hard as I thought, I was kinda on the right track, you just saved me many hours of work before I worked it out - Like 2-3 days:-)

Again Thanks

Trevors

This topic is 6607 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.