承接 thenineties/bsdate 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thenineties/bsdate

Composer 安装命令:

composer require thenineties/bsdate

包简介

A simple package that convert AD to BS and viceversa.

README 文档

README

Latest Version Total Downloads StyleCI License

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

#Installation

  1. In order to install Laravel 5 Laravelbsdate, just add the following to your composer.json in require. Then run composer update:
"thenineties/bsdate": "master-dev"
  1. Open your config/app.php and add the following to the providers array:
TheNineties\Bsdate\BsdateServiceProvider::class,
  1. In the same config/app.php and add the following to the aliases array:
'Bsdate' => TheNineties\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] => ७
)

统计信息

  • 总下载量: 31
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-27