Skip to content

Commit

Permalink
Merge pull request #397 from fsmanuel/patch-1
Browse files Browse the repository at this point in the history
Replace moment with 'ember-moment'
  • Loading branch information
NullVoxPopuli authored Jun 27, 2024
2 parents 23c428d + 9f732cf commit 3848af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ Your application may require a default format other than the default, ISO 8601.
// config/environment.js
module.exports = function() {
return {
moment: {
'ember-moment': {
outputFormat: 'L'
}
}
Expand Down Expand Up @@ -500,7 +500,7 @@ If `null`, `undefined`, or an empty string are passed as a date to any of the mo
// config/environment.js
module.exports = function() {
return {
moment: {
'ember-moment': {
allowEmpty: true // default: false
}
}
Expand Down

0 comments on commit 3848af3

Please sign in to comment.