makka / nepali_date
A simple plugin to convert nepali date to english date
dev-master / 1.0.x-dev
2020-01-23 11:34 UTC
Requires
- php: >=5.3.0
- nesbot/carbon: ^2.29.1
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2025-04-23 23:15:01 UTC
README
This package is made just to help anyone who wants to convert english date to nepali date.
Install
Via Composer
$ composer require makka/nepali_date
Add Facade to config/app.php
'NDate' => Makka\NepaliDate\NepaliDate::class,
Usage
NDate::eng_to_nep($yy, $mm, $dd) NDate::nep_to_eng($yy, $mm, $dd)
License
The MIT License (MIT). Please see License File for more information.