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

Installs: 58

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 17

Language:JavaScript

1.0.1 2018-02-01 10:59 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:36:49 UTC


README

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