etdsolutions/week-picker
Composer 安装命令:
composer require etdsolutions/week-picker
包简介
A multi month week picker calendar
README 文档
README
A multi month week picker calendar.
Example
With default options:
<input data-weekpicker="weekpicker"/>
Specifying number of months via data tag:
<input data-weekpicker="weekpicker" data-months="5"/>
Specifying start of week via data tag:
<input data-weekpicker="weekpicker" data-week_start="1"/>
Specifying target field using icon:
<input type="text" readonly="" id="week_range"/> <span class="add-on" data-weekpicker="weekpicker" data-target="#week_range"> <i class="icon-th"></i> </span>
Data Options
- Default week start: 0 [0 - Sunday to 6 - Saturday]
- Default Number of Weeks: 6
- Target field: self [Can parameterize using data-target="#field_id"]
TO DO
- Date format support
- Theme support
- Language support
- Inline calendar
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-02-05