Skip to content

Commit

Permalink
Readme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
proggeramlug committed Mar 8, 2018
1 parent 1bfab7c commit a27ed9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ let date:Date = dateString.swiftyDate() // this will work
## Examples

The beauty of this library is that it will also understand other formats, for example:
_10.12.2017_

_12:30_

_12/25/2016_
```
10.12.2017
12:30
12/25/2016
```

Or in combinations:
_12/25/2016 3:45pm_

_20.10.2018 23:10_

```
12/25/2016 3:45pm
20.10.2018 23:10
```

## Assumptions
1. Humans are messy and unstructured. Dates are mostly entered because of humans. Consequently we are dealing with a mess and try to get the best of out of it.
Expand Down
Binary file not shown.

0 comments on commit a27ed9e

Please sign in to comment.