From 3e820750831d5a0be5c90c3cb2df9d80c6123de1 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sat, 17 Dec 2022 22:20:23 +0000 Subject: [PATCH] Add functionality to automatically adjust end date for new calendar events to 1 hr after the start date --- calendar_event_add_modal.php | 5 ++--- calendar_events.php | 27 ++++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/calendar_event_add_modal.php b/calendar_event_add_modal.php index cccc1ce6..9e2550d7 100644 --- a/calendar_event_add_modal.php +++ b/calendar_event_add_modal.php @@ -69,11 +69,10 @@
- +
- +
diff --git a/calendar_events.php b/calendar_events.php index 17fb17a4..0db3baf1 100644 --- a/calendar_events.php +++ b/calendar_events.php @@ -160,4 +160,29 @@ while($row = mysqli_fetch_array($sql)){ calendar.render(); }); - \ No newline at end of file + + + + \ No newline at end of file