Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/addNewEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ year = 2020,
// Format: MM (09) or M (9), both are valid
month = 09,
// Format: DD (09) or D (9), both are valid
day = 28
day = 15,
// Format: 0 - 24 / 5 == 5 AM / 17 == 5 PM
hour = 10,
// Format: MM (09) or M (9), both are valid
Expand Down