amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.01k forks source link

Show calendar weeks #1118

Open joakimfoxell opened 5 years ago

joakimfoxell commented 5 years ago

Would it be possible to show week numbers?

Something like this: $("#datepicker").pickadate({ showWeek: true });

Here is an example of what I´m talking about: https://jqueryui.com/resources/demos/datepicker/show-week.html

DanielRuf commented 5 years ago

Hi @jaokimfoxell, see https://github.com/amsul/pickadate.js/issues/117

joakimfoxell commented 5 years ago

Hi! Thanks for your answer! But I want the week numbers in a separate column to the left in the standard view (as in the example).

image

DanielRuf commented 5 years ago

Currently not directly possible out of the box (without further modifications).

joakimfoxell commented 5 years ago

Okay, I suppose I have to look for another datepicker component then.