calendar icon indicating copy to clipboard operation
calendar copied to clipboard

📅 PHP Date & Time library that solves common problems in object oriented, immutable way.

Results 4 calendar issues
Sort by recently updated
recently updated
newest added

Change Log Changed Renamed all isEqual methods to isEqualTo Renamed all isLessThen/isGreaterThen methods to isBefore/isAfter Description Resolves #285

**Describe the bug** If found another difference in naming when it comes to `isAfter` vs `isGreaterThen` and `isAfterOrEqual` vs `isGreaterThanEq`. I think the difference is even greater then the previous...

bug

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.8.0 to 3.9.5. Release notes Sourced from friendsofphp/php-cs-fixer's releases. v3.9.5 Grand Awaiting bug: AlternativeSyntaxAnalyzer - fix for nested else (#6495) bug: Fix cases related to binary strings...

dependencies

Change Log Added Added native modify method Description I stumbled over the following issue: In Germany there is a winter time to summer time switch on for example the 26....