I would like to know whether we have a solution to display week numbers along with date in mat-datepicker please give answers specific to mat-datepicker(Angular material) https://material.angular.io/components/datepicker/overview
Asked
Active
Viewed 2,515 times
1 Answers
1
That is not supported natively and building a whole component would be a lot of work. However here is a link to instructions how you could do it yourself: https://github.com/angular/components/issues/20530#issuecomment-886925173

Joosep Parts
- 5,372
- 2
- 8
- 33
-
Thanks Joosen., let me try., hope this'll help a lot – Vignesh Ravichandran Feb 11 '22 at 15:43