Jump to content
Server Maintenance This Week. ×

Add a number to a time field


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

Recommended Posts

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.

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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