Coffee-Code-Philly-Accelerator / coffee_and_code_philly_dot_com

3 stars 4 forks source link

Fix Calendar #60

Open MosesSupposes opened 2 months ago

MosesSupposes commented 2 months ago

The calendar on the Home page starts on a Monday when typically it starts on a Sunday. Because of this, the events are listed on incorrect dates, offset by one day. We should adjust the code that renders the calendar from the react-lightweight-calendar library to use the customary format in order to correct the event dates.