/Jalalib

Jdf project implementation for using in laravel by using composer

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Jalalib

Jdf project implementation for using in laravel by using composer

Installation

composer require develhopper\jalalib

Usage

    use Jalalib\JDF;
    $today=JDF::jdate();
    echo $today;