john9210 Posted June 2, 2020 Posted June 2, 2020 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.
rwoods Posted June 2, 2020 Posted June 2, 2020 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
john9210 Posted June 2, 2020 Author Posted June 2, 2020 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now