I have a repeating group of Current User’s Sessions. The user chooses a date from a Date/Time Picker and I want the repeating group to only show the Sessions where the Start field is equal to that date.
The problem with this…
…is that it displays the sessions from that day of every month, e.g. November 8, October 8, etc.
So I need to extract the whole date, not just the day of the month. I read that the way to do this is to change hours to 0, change minutes to 0, changes seconds to 0, which is annoying, but regardless, doesn’t allow me to then compare “This Session’s Start” with “Date/TimePicker Session’s” value, for example by using “is” or “=”.
The ideal would be to just extract the full date, but that’s not an option.
Any ideas? Thanks!