jdf library for yii2
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.
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.