Jump to content

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

Recommended Posts

Posted

A simple problem: I want to add a number to a time and get the end time  to express AM or PM. For example:
Start time = 10:00AM
Duration = 3 hours
End time = should be 1:00PM
I can't figure out how to make this work.

Posted

Hi John

Filemaker stores times as seconds from the programmers point of view, so you can just add a number of seconds and FM will do the arithmetic correctly.

3 hours = 10,800 seconds

So 10:00AM + 10800 = 1:00PM

newTimeField = oldTimeField + 10800

 

Posted

I finally figured it out. the end time field must be formatted as Short System Time in Inspector. I never knew what that was for before.

This topic is 1725 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.