laratech/bsdate

A laravel package which convert AD into BS.


Keywords
date, Nepali Date, bikram sambat
License
MIT

Documentation

A Laravel Nepali Date.

A laravel date package which convert AD to BS and viceversa.

#Installation

You can install the package via composer:

composer require laratech/bsdate

Usage

Bsdate::eng_to_nep(2016,12,31); //For converting AD TO BS
Bsdate::nep_to_eng(2073,09,16); //For converting BS TO AD
// output 
Array
(
    [year] => २०७३
    [month] => ९
    [date] => १६
    [day] => शनिबार
    [nmonth] => पुष
    [num_day] => ७
)