andreterceiro / max-day-of-the-month
Return the number of the maximum day in the month
1.0.0
2022-01-16 20:30 UTC
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-20 22:38:22 UTC
README
In this package you have two functions two functions to return a maximum day of a month. This two methods do the same job but one uses dateformat (or $date->format()) to do the job.