marcin-jozwikowski/console-date-picker
最新稳定版本:v1.0
Composer 安装命令:
composer require marcin-jozwikowski/console-date-picker
包简介
A DateTime picker for Symfony Console commands
README 文档
README
A DateTime picker for Symfony Console commands
Installation
composer require marcin-jozwikowski/console-date-picker
Usage
Example usage in Symfony command
protected function execute(InputInterface $input, OutputInterface $output): int { $datePicker = new DatePicker($input, $output); $date = $datePicker->getDate(new YMDPickerDisplay(), "Please provide date "); $io->success($date->format('Y-m-d H:i:s')); return Command::SUCCESS; }
统计信息
- 总下载量: 392
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-10-21