# Add \*Now\* +360min

**URL:** https://community.glideapps.com/t/add-now-360min/64403
**Category:** Ask for Help
**Created:** [July 26, 2023, 7:41pm UTC](https://community.glideapps.com/t/add-now-360min/64403 "2023-07-26T19:41:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![martintondel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/martintondel/32/59469_2.png) [@martintondel](https://community.glideapps.com/u/martintondel)
#### Post date: [July 26, 2023, 7:41pm UTC](https://community.glideapps.com/t/add-now-360min/64403/1 "2023-07-26T19:41:48Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 26, 2023, 8:38pm UTC](https://community.glideapps.com/t/add-now-360min/64403/2 "2023-07-26T20:38:00Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [July 27, 2023, 8:38pm UTC](https://community.glideapps.com/t/add-now-360min/64403/3 "2023-07-27T20:38:59Z")

</div>

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