# Possible to show Event if Date/Time is in the Future?

**URL:** https://community.glideapps.com/t/possible-to-show-event-if-date-time-is-in-the-future/18559
**Category:** Ask for Help
**Created:** [November 17, 2020, 2:41pm UTC](https://community.glideapps.com/t/possible-to-show-event-if-date-time-is-in-the-future/18559 "2020-11-17T14:41:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![denwalk](https://avatars.discourse-cdn.com/v4/letter/d/e99b99/32.png) [@denwalk](https://community.glideapps.com/u/denwalk)
#### Post date: [November 17, 2020, 2:41pm UTC](https://community.glideapps.com/t/possible-to-show-event-if-date-time-is-in-the-future/18559/1 "2020-11-17T14:41:21Z")

</div>

I’m showing a list of events. I have an “End Time” column (date/time), and I only want the event to show, if the end time has not passed. Once the end time has passed, the event needs to be hidden from the list.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [November 17, 2020, 2:43pm UTC](https://community.glideapps.com/t/possible-to-show-event-if-date-time-is-in-the-future/18559/2 "2020-11-17T14:43:07Z")

</div>

You can have a condition to only show when end time is after now.

If I recall right, you can’t compare directly to now in the filter, but you can have a math column to get a now value, then compare your end time to that column.
