joomla/date

Joomla Date Package

Installs: 24 455

Dependents: 7

Suggesters: 0

Security: 0

Stars: 2

Watchers: 13

Forks: 5

Open Issues: 0

Type:joomla-package

2.0 2023-12-03 21:02 UTC

This package is auto-updated.

Last update: 2025-09-15 11:59:59 UTC


README

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"