PHPackages                             meysampg/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. [Localization &amp; i18n](/categories/localization)
4. /
5. meysampg/intldate

Abandoned → [mahdyar/intldate](/?search=mahdyar%2Fintldate)ArchivedLibrary[Localization &amp; i18n](/categories/localization)

meysampg/intldate
=================

A small php library for date converting between multiple calendar

v1.2.4(4y ago)2110.8k71MITPHP

Since Sep 6Pushed 4y ago2 watchersCompare

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

READMEChangelog (10)DependenciesVersions (12)Used By (1)

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

[](#intl-date)

🟥⚠️ *THIS PACKAGE IS ABANDONED. PLEASE USE  OR FORK THIS REPOSITORY AND MAINTENANCE IT FOR YOURSELF* ⚠️🟥

[![StyleCI](https://camo.githubusercontent.com/de911d104a5c062bf5a1e97b7f6636142be52052fe0a419aa3f124ac89572307/68747470733a2f2f7374796c6563692e696f2f7265706f732f36373438303533312f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/67480531) [![Build Status](https://camo.githubusercontent.com/1c91a7c0275745f623718984f79da3cf68750a693065085d4d03de1ec9fd8a28/68747470733a2f2f7472617669732d63692e6f72672f6d657973616d70672f696e746c646174652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/meysampg/intldate) [![Total Downloads](https://camo.githubusercontent.com/5906a4f9f800a0564de22dc4cecaa50782db6d2b05f2e7313537a653ce6cfffa/68747470733a2f2f706f7365722e707567782e6f72672f6d657973616d70672f696e746c646174652f646f776e6c6f616473)](https://packagist.org/packages/meysampg/intldate) [![Latest Stable Version](https://camo.githubusercontent.com/d0c7d2f91bc484f8f6818e3bd186d99584125aaf1622c9d02ab1f38c3e1d0161/68747470733a2f2f706f7365722e707567782e6f72672f6d657973616d70672f696e746c646174652f762f737461626c65)](https://packagist.org/packages/meysampg/intldate) [![Maintainability](https://camo.githubusercontent.com/6c40d6452c7491a2395801e11db9bea8ed04a0c3d762ff5a6e416f5af35ef38b/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61383935386563396634666663303539623666622f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/meysampg/intldate/maintainability) [![Test Coverage](https://camo.githubusercontent.com/633a40ace62df466ff9b77ac7889436385657f2112989049812a29eebd4e530a/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61383935386563396634666663303539623666622f746573745f636f766572616765)](https://codeclimate.com/github/meysampg/intldate/test_coverage)[![FOSSA Status](https://camo.githubusercontent.com/454c953e24e86b749f4559d3e7dd57ac26c67ad4b9a238a34fe0d66aa30d6996/68747470733a2f2f6170702e666f7373612e696f2f6170692f70726f6a656374732f6769742532426769746875622e636f6d2532466d657973616d7067253246696e746c646174652e7376673f747970653d736869656c64)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmeysampg%2Fintldate?ref=badge_shield)

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 meysampg/intldate "*"
```

or add

```
"meysampg/intldate": "*"
```

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

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

Usage
-----

[](#usage)

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

```
use meysampg\intldate\IntlDateTrait;
```

and use it on your desired class:

```
