diff --git a/js/addNewEvent.js b/js/addNewEvent.js index a9d93bf..b5c9d01 100644 --- a/js/addNewEvent.js +++ b/js/addNewEvent.js @@ -9,9 +9,9 @@ const // Format: YYYY (2020) year = 2020, // Format: MM (09) or M (9), both are valid -month = 10, +month = 11, // Format: DD (09) or D (9), both are valid -day = 13 +day = 10 // Format: 0 - 24 / 5 == 5 AM / 17 == 5 PM hour = 10, // Format: MM (09) or M (9), both are valid @@ -21,4 +21,4 @@ minute = 00; * UPDATE UPCOMING EVENT NAME * -------------------------- */ -const eventName = 'Apple iPhone 12 Launch Event'; +const eventName = 'One more thing';