Sort repeating groups by date

I’m working in a basic schedule that sort all appointments by date using the date/time picker. The thing is that when I select a date (excluding the time) it doesn’t show any appointment except for the one that is set at 12:00 am (I know this is the default time the date picker give you). I want to know if there is a way to ignore the default time so the repeating group can show me all the appointments with the same date but different times.

1 Like

In your repeating group search constraints you can set to get things that are between 0:0:0 and 23:59:59 by adjusting the date pickers date like this:

1 Like

Wow! Works like a charm, thank you

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.