makka/nepali_date

A simple plugin to convert nepali date to english date

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/makka/nepali_date

dev-master / 1.0.x-dev 2020-01-23 11:34 UTC

This package is auto-updated.

Last update: 2025-10-24 00:29:22 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.