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

This package is auto-updated.

Last update: 2025-04-23 23:15:01 UTC


README

Latest Version Software License

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.