Skip to content

Conversation

@fisayoadabs
Copy link
Contributor

No description provided.

fisayoadabs and others added 16 commits January 16, 2025 09:03

const eventStartDate = new Date(2025, 10, 8, 9, 0, 0); // Month is 0-indexed → 10 = November
const eventEndDate = new Date(2025, 10, 9, 17, 0, 0); // Example: Sunday 5 PM
const eventStartDate = new Date(2025, 10, 8, 17, 0, 0); // Month is 0-indexed → 10 = November
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const eventStartDate = new Date(2025, 10, 8, 9, 30, 0);
const eventEndDate = new Date(2025, 10, 9, 18, 0, 0);

Opening ceremony at 9:30 AM and closing ceremony at 6:00 PM

@fionaa-truong fionaa-truong merged commit 3d9a866 into main Nov 7, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants