hide already started shows
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user