jongotlin/danish-dates-bundle
Composer 安装命令:
composer require jongotlin/danish-dates-bundle
包简介
Symfony bundle for jongotlin/danish-dates
README 文档
README
Installation
Install with composer
$ composer require jongotlin/danish-dates-bundle
Add the bundle to your AppKernel.
new JGI\DanishDatesBundle\JGIDanishDatesBundle(),
Usage
$date = $container->get('jgi.danish_dates.datemanager')->getDate(new \Datetime('2018-01-01')); echo $date->getDateTime()->format('Y-m-d') . ": " . ($date->isRedDay() ? 'red day' : 'not red day') . ' - ' . $date->getName(); // 2018-01-01: red day - Nytårsdag
License
Bundle under the MIT License
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-28