Closed grabinskij closed 1 week ago
Enhance booking.json with randomized future booking dates per entry.
const alreadyBookedDates = [ { startDate: "11/01/2024", endDate: "11/05/2024", }, { startDate: "12/20/2024", endDate: "12/25/2024", }, ];
Enhance booking.json with randomized future booking dates per entry.
const alreadyBookedDates = [ { startDate: "11/01/2024", endDate: "11/05/2024", }, { startDate: "12/20/2024", endDate: "12/25/2024", }, ];