Option to show week numbers on all datepickers
See original GitHub issueWhat problem does this feature solve?
The week picker shows week numbers automatically. I would love to be able to show week numbers on all datepickers as well. Some users (especially in Sweden) are used to use calendars by week numbers. Don’t show the week numbers by default, but a setting to toggle this would be great.
What does the proposed API look like?
Add [nzShowWeekNumber] (bool) option to all date pickers.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:11
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Show week numbers on datepicker starting from current week ...
I.e. Based on todays date of 29th June, week number 1 would be the week starting Monday 30th June rather than as it...
Read more >Date Picker for Excel with week numbers - Microsoft Community
Hi all I add a Date Picker add-in to my site (also with week numbers), there is a option to choose the Date...
Read more >How To Show Week Numbers in DateTimePicker
Hi, I know some people have asked for Codejock to implement this in their DateTimePicker control so I thought I would add the...
Read more >Calendarweek with Date Picker - APEX - Oracle Communities
//Show the week number as the first column. $('#P19_HIREDATE').datepicker( "option", "showWeek", true );. //Set Monday as the first day of the week.
Read more >How to hide Week Number from DatePicker ? | SAP Community
In oninit of your controller, you can get the DatePicker Control by its id and add the following code to hide the week...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi there,
Any update about this feature please ? Did you have an idea for the release date please ?
I’ve implemented this in #7621 and I’d appreciate feedback from those of you who have requested this feature.