Posted 9 October 2025, 8:21 am EST
Hi
I am using a InputDate and was wondering if there is a way to add an extra column that displays
the week number?
Many Thanks
Forums Home / Wijmo / General Discussion
Posted by: seaninglis on 9 October 2025, 8:21 am EST
Posted 9 October 2025, 8:21 am EST
Hi
I am using a InputDate and was wondering if there is a way to add an extra column that displays
the week number?
Many Thanks
Posted 10 October 2025, 1:20 am EST
Hi SeanInglis,
Yes, you can handle the ‘formatItem’ event of the InputDate calendar and add an extra column to show the week numbers. Please refer to the following sample demonstrating the same - https://stackblitz.com/edit/js-y5kisyjq?file=index.js
Please note that we have used some custom CSS for proper styling in the above sample. You can make adjustments as per your needs. In case, you face any issues, please let us know.
Regards
Posted 14 October 2025, 8:21 am EST
Sorry forgot to reply to this.
This did the trick perfectly, thank you