Help filtering list with date picker

Hey guys,

I need a hand with something.
I’m stuck on how to set up a list filter that’ll only show dates and times between a date picker (start of that day) and the end of the day.

For instance, I’m making a function in my app where the user can pick a date to cancel their available appointments. Then, the list will show all those records (available appointments) from a collection that has that date and time. But I only want to show appointments from the start of the PICKED date till the end of that day (so 24 hours).

Thanks

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