Download the PHP package district5/date without Composer
On this page you can find all versions of the php package district5/date. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download district5/date
More information about district5/date
Files in district5/date
Download district5/date
More information about district5/date
Files in district5/date
Vendor district5
Package date
Short Description District5 Date Library
License mit
Homepage https://github.com/district-5/php-date
Package date
Short Description District5 Date Library
License mit
Homepage https://github.com/district-5/php-date
Please rate this library. Is it a good library?
Informations about the package date
Date
About
This library comprises two distinct libraries. The old Date
library, and the new library. It supports most date
functionality.
Installing
This library requires no other libraries.
Running Unit Tests:
Unit tests are only against the new library, within the \District5\Date
namespace.
Usage
Now dates
Start and end of key dates
Modify a date
#### General: #### Minus: You can chain minus events by using the `minusFluid` method instead of `minus`. This will allow you to chain multiple minus events together. After completion, you can call `getDateTime` to get the final DateTime object. Chained minus: #### Plus: You can chain plus events by using the `plusFluid` method instead of `plus`. This will allow you to chain multiple plus events together. After completion, you can call `getDateTime` to get the final DateTime object. Chained plus:Timezones
Month operations
Mongo dates and times
Check if a date is a specific day
Create a date from a given input...
Recurring dates (ie, Christmas, Star Wars day etc...)
Sorting dates
Diff between dates
Outputting (formatting) a date
Old library (`District5\Utility\Date` namespace)
### PHP Dates See autocomplete for full list of functions: ### MongoDB UTCDateTime See autocomplete for function signatures: ### Stopwatch The stopwatch class can be instantiated and used to measure time at intervals from stopwatch start: You can also set a max time so a boolean check can be made to see if that time has passed. This is useful when working with cron tasks where there is a maximum execution time. In the above example you should take into account how long an item could take to process an iteration in the while loop to set the max seconds allowed less than the `max time a cron can run` - `time to process 1 loop iteration`. ### Timezone Maintains a list of timezones, their offsets from UTC and a human friendly label. See autocomplete for full list of functions.Issues
Log a bug report!
All versions of date with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-calendar Version *
ext-sockets Version *
ext-calendar Version *
ext-sockets Version *
The package district5/date contains the following files
Loading the files please wait ....