Replies: 2 comments 1 reply
-
Can show us some template code that's not working? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The following collection is of schedule items which include a start date/time field as well as an end date/time field. It's a list of classes that students are able to register for up to the time the class starts so date and time. What I'm noticing is that they are filtering by date, but the time is being ignored.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not quite sure if this is a bug ticket or a feature request!
When filtering a collection with :is_after it works with the date however doesn't filter by time so {now} isn't working. I'm building a schedule and wanted to remove things after their start time but leave them up before then includiing the day of. Does is_after not include time or is there another condition I could use for time?
Beta Was this translation helpful? Give feedback.
All reactions