cakephp / chronos

A standalone DateTime library originally based off of Carbon
http://book.cakephp.org/chronos
MIT License
1.34k stars 61 forks source link

Allow passing DatePeriod options to diffFiltered() #429

Closed othercorey closed 9 months ago

othercorey commented 9 months ago

This allows users to pass the new PHP 8.2 option that includes the end date in the period. This is helpful when iterating over dates that end on midnight as that day won't be included.