adopted-ember-addons / ember-moment

MIT License
400 stars 122 forks source link

Format todays date #282

Closed MrChriZ closed 6 years ago

MrChriZ commented 6 years ago

How can I format todays date. I've tried variations of {{moment now 'MM-DD-YYYY'}} but I just get invalid date

MrChriZ commented 6 years ago

Ah {{moment-format (now) 'MM-DD-YYYY'}}