2017 © Pedro Peláez
 

library bsdate

A simple package that convert AD to BS and viceversa.

image

shankhadev/bsdate

A simple package that convert AD to BS and viceversa.

  • Wednesday, November 8, 2017
  • by shankhadevpadam
  • Repository
  • 1 Watchers
  • 5 Stars
  • 163 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 22 % Grown

The README.md

A Laravel Nepali Date.

Latest Version Total Downloads StyleCI License, (*1)

A laravel date package which convert AD to BS and viceversa., (*2)

Installation

1) In order to install Laravel 5 Laravelbsdate, just add the following to your composer.json in require. Then run composer update:, (*3)

"shankhadev/bsdate": "master-dev"

2) Open your config/app.php and add the following to the providers array:, (*4)

Shankhadev\Bsdate\BsdateServiceProvider::class,

3) In the same config/app.php and add the following to the aliases array:, (*5)

'Bsdate' => Shankhadev\Bsdate\BsdateFacade::class,

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] => ७
)

The Versions

08/11 2017

dev-master

9999999-dev

A simple package that convert AD to BS and viceversa.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Padam Shankhadev

nepali date bikramsambat

11/05 2017

dev-analysis-8Q1yEP

dev-analysis-8Q1yEP

A simple package that convert AD to BS and viceversa.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Padam Shankhadev

nepali date bikramsambat

02/01 2017

1.0.x-dev

1.0.9999999.9999999-dev

A simple package that convert AD to BS and viceversa.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Padam Shankhadev

nepali date bikramsambat

01/01 2017

v1.0.0

1.0.0.0

A simple package that convert AD to BS and viceversa.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Padam Shankhadev

nepali date bikramsambat