Skip to content

Commit

Permalink
correct doc for Formatter::format()
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Dec 7, 2016
1 parent 56306a7 commit 9de9506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $comparator->compareYear(new \DateTime('2017-12-07'), '>', new \DateTime('2016-1

### Formatter

`Formatter::format()` is override `\DateTime::format()` method. Available change translations for format chars
`Formatter::format()` is equivalent `\DateTime::format()` method. Available change translations for format chars
`D`, `l`, `M`, `F` and added custom format `f` for get month name in genitive.

```php
Expand Down

0 comments on commit 9de9506

Please sign in to comment.