Valinor/docs/pages/other
Romain Canon 11a7ea7252 feat: introduce helper method to describe supported date formats
```php
(new \CuyZ\Valinor\MapperBuilder())
    // Both `Cookie` and `ATOM` formats will be accepted
    ->supportDateFormats(DATE_COOKIE, DATE_ATOM)
    ->mapper()
    ->map(DateTimeInterface::class, 'Monday, 08-Nov-1971 13:37:42 UTC');
```
2022-09-01 12:24:24 +02:00
..
dealing-with-dates.md feat: introduce helper method to describe supported date formats 2022-09-01 12:24:24 +02:00
performance-and-cache.md doc: introduce mkdocs as a static documentation generator 2022-06-10 17:32:07 +02:00
static-analysis.md doc: introduce mkdocs as a static documentation generator 2022-06-10 17:32:07 +02:00