Joomla Date Package


Keywords
framework, date, joomla, datetime, joomla-framework, php
License
GPL-2.0-or-later

Documentation

The Date Package Build Status Scrutinizer Code Quality

Latest Stable Version Total Downloads Latest Unstable Version License

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"