etdsolutions / week-picker
There is no license information available for the latest version (1.0.1) of this package.
A multi month week picker calendar
Package info
github.com/etd-framework/week-picker
Language:JavaScript
pkg:composer/etdsolutions/week-picker
1.0.1
2018-02-01 10:59 UTC
Requires
- etdsolutions/jquery: >=1.4.0
- etdsolutions/moment: ~2.0
This package is not auto-updated.
Last update: 2026-03-15 02:57:03 UTC
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