I am using angular-ui bootstrap datepicker. Now I need to remove #(week) column and week button from datepicker. This date picker is being used in many forms of my application.
If you want to do it directly in the template, simply add the following attribute to the input:show-weeks="false".
show-weeks="false"