Add *Now* +360min

How can i add Now + 360min (6h) to a column
Reason being.

Im making an application to warn people about objects in the road etc. and i want to make the column delete itself after x hours. in this example 6.

How could i do this?

Set your math column like this.

Now + 360/1440
or
Now + 6/24
or
Now + 0.25

Date math in Glide is based around days, so if you want to add a certain number of hours or minutes, you need add the fractional number of minutes out of the total number of minutes in a day.

For example, there are 1440 minutes in a day, or 24 hours on a day.

3 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.