t1m0n / air-datepicker

Lightweight, dependency-free JavaScript datepicker.
https://air-datepicker.com
MIT License
2.59k stars 1.37k forks source link

Add option to show week numbers #39

Open bjarnef opened 8 years ago

bjarnef commented 8 years ago

Thanks for sharing this awesome datepicker! :+1:

I think it would be great to add an option to enable "Calendar weekdays" as first "column" like this one here: http://eternicode.github.io/bootstrap-datepicker/ but by default it should be disabled.

FrankiYu commented 5 years ago

@t1m0n I think it would be great to add week picker like this one here : https://www.jqueryscript.net/demo/Week-Picker-Plugin-jQuery-UI/

zkingdesign commented 1 year ago

Any news on this?

msberends commented 7 months ago

Great idea, please also consider incorporating support for various week numbering systems. For example, in the United States, the week numbering typically starts with the first week in January containing a Sunday as week one. In contrast, the ISO-8601 standard, commonly used in many countries in Europe, defines the first week as the one containing the first Thursday of the year. Incorporating these diverse systems could significantly enhance the air-datepicker's versatility for a global user base.

zeehtaa commented 4 months ago

bump!

It's been a while since this has been suggested... I was surprised to see that there was no option to enable the showing of week numbers, since it is a pretty common thing for datepickers.

Any chance of this being implemented in a future release ?