Hi,
I have an angular project that is showing a start_at and end_at eg: 09:00 - 11:00
I would like to iterate through from the start time to the end time and show times every 20 minutes
like the following:
09:00 | 09:20 | 09:40 | 10:00 | 10:20 | 10:40 | 11:100:
Can anyone please help here?
Thanks