This commit is contained in:
Pieter Vander Vennet 2024-07-12 13:23:43 +02:00
parent 14fc4dec93
commit 92b341aa5d

View file

@ -453,7 +453,7 @@ export class OH {
/*
This function converts a number of ranges (generated by OpeningHours.js) into all the hours of day that a change occurs.
E.g.
Monday, some business is opended from 9:00 till 17:00
Monday, some business is opened from 9:00 till 17:00
Tuesday from 9:30 till 18:00
Wednesday from 9:30 till 12:30
This function will extract all those moments of change and will return 9:00, 9:30, 12:30, 17:00 and 18:00