Hey !
Sorry for my english, not sure i’m being understood, i’m french.
Thanks a lot !
The filter is working well and ending hours are returning as empty but it seems there is a bug in the script or something.
<script>
var replaced = jQuery(".appointments-weekly-calendar-hours-mins").html().replace('-',''); jQuery(".appointments-weekly-calendar-hours-mins").html(replaced);
</script>
As in your screenshot, when the script is in, the first hour is showing everywhere instead of others (without the “-” which is good ^^).
Thanks again for the piece of code, even if i can’t remove the “-“, i just removed the script for now, this is really helpfull.