CalendR icon indicating copy to clipboard operation
CalendR copied to clipboard

The missing PHP 5.3+ calendar management library.

Results 16 CalendR issues
Sort by recently updated
recently updated
newest added

Why is the first weekday option only working on the Month iterator? When using getWeek(...) and looping through the dates, it always starts with Monday.When using getMonth(...) I get the...

With the current implementation for Month->extendedMonth() the period ends on midnight saturday to sunday. This means using this Period in for instance $factory->getEvents($month->extendedMonth()) misses these events. Shouldn't the Period end...

There is some minor changes to do in the documentation : - [ ] Search and fix typos - [ ] Add documentation for the weekday option

Well, indeed this repo has no releases. The last tag, anyway, was published back in 2019, so it's currently not possible to install this library on PHP 8 (the only...

This PR adds support for PHP 8 and Laravel 10.x.