https://github.com/joomla-framework/date
[DEPRECATED] Joomla Framework Date Package
https://github.com/joomla-framework/date
datetime joomla joomla-framework php
Last synced: 9 months ago
JSON representation
[DEPRECATED] Joomla Framework Date Package
- Host: GitHub
- URL: https://github.com/joomla-framework/date
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2013-02-24T03:18:19.000Z (almost 13 years ago)
- Default Branch: 2.0-dev
- Last Pushed: 2023-12-03T21:03:16.000Z (about 2 years ago)
- Last Synced: 2025-04-13T12:40:02.849Z (9 months ago)
- Topics: datetime, joomla, joomla-framework, php
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 13
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# The Date Package [](https://travis-ci.org/joomla-framework/date) [](https://scrutinizer-ci.com/g/joomla-framework/date/?branch=master)
[](https://packagist.org/packages/joomla/date)
[](https://packagist.org/packages/joomla/date)
[](https://packagist.org/packages/joomla/date)
[](https://packagist.org/packages/joomla/date)
## 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`.
```json
{
"require": {
"joomla/date": "2.0.*@dev"
}
}
```
Alternatively, you can simply run the following from the command line:
```sh
composer require joomla/date "2.0.*@dev"
```