mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
It encapsulates some date operations like sum. The result will be the calculated date when calling the nextDateByInterval method, given the date, periodicity, and skipInterval parameters. For example, given a date of 2019-12-31, monthly periodicity, and skip interval 0, the results will be 2020-01-31. Also, if the skip interval is 1, the result is 2020-02-29. This is because the next date will add another month to the current range. |
||
---|---|---|
.. | ||
Api | ||
Console | ||
Enums | ||
Events | ||
Exceptions | ||
Factory | ||
Generator | ||
Handlers/Events | ||
Helpers | ||
Http | ||
Jobs | ||
Listeners | ||
Models | ||
Notifications | ||
Policies | ||
Providers | ||
Repositories | ||
Rules | ||
Services | ||
Support | ||
TransactionRules | ||
Transformers | ||
Validation | ||
User.php |