lansingcodes / www

Events and resources for Lansing coders
https://www.lansing.codes
Other
7 stars 16 forks source link

Show day of week and date on the Upcoming Events agenda view #62

Closed egillespie closed 5 years ago

egillespie commented 5 years ago

When viewing Lansing.Codes on a mobile device, the upcoming events are shown as a list instead of an interactive calendar. Currently each event declares when it will happen as "in X days".

image

This is difficult for readers to identify precisely when an event will take place and whether the reader is available to attend. It would be more helpful to explain when the event will be by using day of week and date. Perhaps even the start time. Something like this:

image


Dev Note: moment is already included as a dependency for the www project and would be a great tool to format these dates appropriately.