Doesnt equal in constraint

I actually need help with that. I am trying to display a class schedule, with a date filter and a time filter.

The time filter is some buttons in a repeating group, displaying all the start times within the selected date.

To filter by date, I made a date-type custom state. And I use this method to filter the date

Then I don’t know how to further make it filter by time. I was trying to use another custom state for time, but I did not figure out how to ignore the date.

I also try with a text-type custom state, but then I don’t know how to make constraints from a date field to compare a text custom state.

I would appreciate it if you could teach me a proper way to filter by date and time.