You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in addNewEvent.ts we get the ConferenceHall dates for start and end time of the event.
But the time of this dates is 00:00, which could be more intelligent by being:
startDate = date + 08:00 local time
endDate = date + 18:00 local time
The text was updated successfully, but these errors were encountered:
in
addNewEvent.ts
we get the ConferenceHall dates for start and end time of the event.But the time of this dates is 00:00, which could be more intelligent by being:
The text was updated successfully, but these errors were encountered: