Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brockpetrie authored Nov 16, 2017
1 parent 5c79815 commit 11161dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Moment.js expects your input to be either: a valid ISO 8601 formatted string (se
<span>{{ [ someDate, ["MM.DD.YY", "MM-DD-YY", "MM-DD-YYYY"] ] | moment("dddd, MMMM Do YYYY") }}</span>
```

As of 3.0.0, passing an empty or invalid input will no longer initiate moment with a new `Date` object.

## Filtering Methods

### format (default)
Expand Down

0 comments on commit 11161dc

Please sign in to comment.