PHPackages                             borsaco/jalali-date-time-bundle - 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. borsaco/jalali-date-time-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

borsaco/jalali-date-time-bundle
===============================

 A bundle to using jalali date time in Symfony applications

1.1.0(6y ago)015MITPHP

Since Apr 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/borsaco/JalaliDateTimeBundle)[ Packagist](https://packagist.org/packages/borsaco/jalali-date-time-bundle)[ Docs](http://borsaco.ir)[ RSS](/packages/borsaco-jalali-date-time-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

JalaliDateTimeBundle
====================

[](#jalalidatetimebundle)

A bundle to using jlali date time in Symfony applications

Install
-------

[](#install)

Via Composer

```
composer require borsaco/jalali-date-time-bundle
```

Edit your app/AppKernel.php to register the bundle in the registerBundles() method as above:

```
class AppKernel extends Kernel
{

    public function registerBundles()
    {
        $bundles = array(
            // ...
            // register the bundle here
            new Borsaco\JalaliDateTimeBundle\JalaliDateTimeBundle()
        );
    }
}
```

Usage
-----

[](#usage)

Wherever you have access to the service container :

```
