hide already started shows

This commit is contained in:
2025-11-28 20:41:23 +01:00
parent 0667783cff
commit 734a32a076

View File

@@ -72,7 +72,7 @@ export class ScheduleComponent implements OnInit {
const endDate = new Date();
endDate.setDate(startDate.getDate() + bookableDays - 1);
const startStr = startDate.toISOString().split('T')[0] + 'T00:00:00';
const startStr = startDate.toISOString();
const endStr = endDate.toISOString().split('T')[0] + 'T23:59:59';
return [