An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# The Date Package [![Build Status](https://travis-ci.org/joomla-framework/date.png?branch=master)](https://travis-ci.org/joomla-framework/date) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/joomla-framework/date/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/joomla-framework/date/?branch=master)

[![Latest Stable Version](https://poser.pugx.org/joomla/date/v/stable)](https://packagist.org/packages/joomla/date)
[![Total Downloads](https://poser.pugx.org/joomla/date/downloads)](https://packagist.org/packages/joomla/date)
[![Latest Unstable Version](https://poser.pugx.org/joomla/date/v/unstable)](https://packagist.org/packages/joomla/date)
[![License](https://poser.pugx.org/joomla/date/license)](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"
```