We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a393450 commit 3063331Copy full SHA for 3063331
src/utils/time.js
@@ -69,7 +69,7 @@ const getDates = (start, end) => {
69
startDay: isValid(startDate) ? format(startDate, "d MMMM yyyy") : "",
70
endDay: isValid(endDate) ? format(endDate, "d MMMM yyyy") : "",
71
startTime: isValid(startDate)
72
- ? format(endDate, "d MMMM yyyy - h:mm a")
+ ? format(startDate, "d MMMM yyyy - h:mm a")
73
: "",
74
endTime: isValid(endDate) ? format(endDate, "d MMMM yyyy - h:mm a") : "",
75
daysDuration,
0 commit comments