PHPackages                             hossein142001/intldate - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hossein142001/intldate

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hossein142001/intldate
======================

A small php library for date converting between multiple calendar

052PHP

Since Nov 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hossein142001/intldate)[ Packagist](https://packagist.org/packages/hossein142001/intldate)[ RSS](/packages/hossein142001-intldate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Intl. Date
==========

[](#intl-date)

PHP Library for Converting Date to Multiple Calendars

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist hossein142001/intldate "*"
```

or add

```
"hossein142001/intldate": "*"
```

to the require section of your `composer.json` file.

Also easily you can [Download](https://github.com/hossein142001/intldate/archive/master.zip) and use it.

Usage
-----

[](#usage)

Once the library is installed, simply use it in your php file:

```
use hossein142001\intldate\IntlDateTrait;
```

and use it on your desired class:

```
