diff --git a/README.md b/README.md index b885e4f..12fb3bf 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,14 @@ let date:Date = dateString.swiftyDate() // this will work The beauty of this library is that it will also understand other formats, for example: _10.12.2017_ + _12:30_ + _12/25/2016_ Or in combinations: _12/25/2016 3:45pm_ + _20.10.2018 23:10_ diff --git a/SwiftyDates.xcodeproj/project.xcworkspace/xcuserdata/amlug.xcuserdatad/UserInterfaceState.xcuserstate b/SwiftyDates.xcodeproj/project.xcworkspace/xcuserdata/amlug.xcuserdatad/UserInterfaceState.xcuserstate index 283a724..c7e0378 100644 Binary files a/SwiftyDates.xcodeproj/project.xcworkspace/xcuserdata/amlug.xcuserdatad/UserInterfaceState.xcuserstate and b/SwiftyDates.xcodeproj/project.xcworkspace/xcuserdata/amlug.xcuserdatad/UserInterfaceState.xcuserstate differ