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
this is a workers day planner which is set for a working time zone from 9am till 5 pm.
Clicking on the save button will store the time and user input in localStorage. Near the top of the calendar,
the application display the current day.
Additionally, each hour is color coded to reflect whether the time slot is in the past, the present, or the future.
This will change depending on the time of day. i have used the Moment.js library to work with date and time