hooman.mirghasemi/yii2-jdf

jdf library for yii2


Keywords
date, extension, yii2, jalali date, jdf, jDate, jdf, php, php7, yii2-extension
License
LGPL-3.0+

Documentation

jdf

jdf library for yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist hooman-mirghasemi/yii2-jdf "*"

or add

"hooman-mirghasemi/yii2-jdf": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?php 
use hoomanMirghasemi\jdf\Jdf;
?>
<?= Jdf::jdate(); ?>```


This extension built with http://jdf.scr.ir/ you can get full document there.