Skip to content

Version 2.0.0: Time Traveller

Compare
Choose a tag to compare
@nilshoerrmann nilshoerrmann released this 16 Nov 17:30
· 11 commits to main since this release

This update add more date methods and improves the overall documentation.
There are now the following methods available:

1. Converters

Converters read a date string and convert it to PHP date and time objects like DateTime, DateTimeImmutable or DateInterval or arrays.

2. Formatters

Formatters read a date string and return a formatted and localized string, either absolute or relative.

3. Modifiers

Modifiers adjust dates to the current day, month or year which is helpful when you need to display the birthday of a person this year.

4. Validators