amcnulty / Whoop-It-Up

A platform for viewing and creating events for the general public and friends.
https://whoopitup.herokuapp.com/
1 stars 1 forks source link

Remove year from event date for profile #62

Closed yankwong closed 6 years ago

yankwong commented 6 years ago

Can we remove the year from Event.date before we pass it to hbs? Basically instead of 12/22/2017 we pass in 12/22 instead. This will help with the view display. Ideally it would be great if we can handle this in the controller. Worst case we can still use JS to grab it from the DOM and remove it there.