Skip to content

morshedalam/week-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A multi month week picker calendar.

Demo

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

About

A multi month week picker calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published