Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
BeauNouvelle committed Aug 4, 2021
2 parents c4332aa + ca499e9 commit 30264ae
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 @@ -39,7 +39,7 @@ After initialising there's only two properties you really need to take care of.

**`dateFormat`**

Currenty supports `.monthYear`, `.dayMonthYear`, and `.monthDayYear` formats.
Currenty supports `.monthYear`, `.dayMonthYear`, `.monthDayYear` and `.yearMonthDay` formats.

**`separator`**

Expand All @@ -52,4 +52,4 @@ Determines what separator you would like to use between date elements. Most comm
**get:** Parses and returns the `text` property as a `Date`. Returns `nil` if text could not be parsed.


Be sure to have a look at the demo project to see it in use.
Be sure to have a look at the demo project to see it in use.

0 comments on commit 30264ae

Please sign in to comment.