Deprecated
The joomla/date
package is deprecated with no further updates planned.
Installation via Composer
Add "joomla/date": "2.0.*@dev"
to the require block in your composer.json and then run composer install
.
{
"require": {
"joomla/date": "2.0.*@dev"
}
}
Alternatively, you can simply run the following from the command line:
composer require joomla/date "2.0.*@dev"