ember-cli-dates
ember-cli-dates copied to clipboard
Ember date helpers with locale support.
ember-cli: 3.4.4 node: 10.24.1 os: darwin x64 Installation command: `sudo ember install ember-cli-dates` Getting the following error in the browser Could not find module `ember` imported from `ember-cli-dates/helpers/time-format`
I don't know offhand which version it is, but the README should probably have a note only to use this package for versions prior to the merge.
Hi @johnotander ! This is an awesome little set of helpers - but I have a use case where I need to lock the output to a certain timezone, rather...
As a result of recent changes with moment.js, when a locale is declared, it is made global. Since, in this context, it isn't desirable, we should expose the ability to...