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
fixesmatthiasanderer#4
Set seconds variables to actual seconds instead of minutes.
Include start and end hours in check for "all day" status - if time is "11:00:00" to "12:00:00" it should show as one hour, not "all day".
On the lines 63 and 70, we must to save getSeconds() instead of getMinutes() to 'start_seconds' and 'end_seconds' variables.
For other hand, when we're saving exact hours, for example, 11:00 to 12:00, on the line 75 recognise that is an event without time (is wrong).
In the image you can check the solutions ; )
The text was updated successfully, but these errors were encountered: