From ca499e9a5cf68a548cc9623937e69227c79f4317 Mon Sep 17 00:00:00 2001 From: Beau Nouvelle Date: Thu, 5 Aug 2021 00:00:39 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0aa457..e74b439 100644 --- a/README.md +++ b/README.md @@ -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`** @@ -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. \ No newline at end of file +Be sure to have a look at the demo project to see it in use.