spatie / period

Complex period comparisons
https://spatie.be/open-source
MIT License
1.56k stars 72 forks source link

add renew function #74

Closed morrislaptop closed 3 years ago

morrislaptop commented 3 years ago

This function allows to repeat or renew a period into the next term. Usage:

$period = Period::make('2018-01-01', '2018-01-15');
$rewewal = $period->renew();

$renewal will now be from '2018-01-16' to '2018-01-31' (15 days)

brendt commented 3 years ago

Nice! Would you mind also adding an entry to the README?

morrislaptop commented 3 years ago

@brendt readme updated

brendt commented 3 years ago

Thanks!

brendt commented 3 years ago

Tagged: https://github.com/spatie/period/releases/tag/1.6.0