Multi month week picker

Repository Download

Example

A field with default options.

Markup: <input data-weekpicker="weekpicker"/>

Specifying number of months via data tag.

Markup: <input data-weekpicker="weekpicker" data-months="5"/>

Specifying start of week via data tag.

Markup: <input data-weekpicker="weekpicker" data-week_start="1"/>

Using Icon.

Markup: <input type="text" readonly="" id="week_range"/> <span class="add-on" data-weekpicker="weekpicker" data-target="#week_range"> <i class="icon-th"></i> </span>