In the Angular UI Bootstrap datepicker documentation, the directive uses the date filter built into the Angular core ( here ).
Based on the desired formatting you want MMfor the attribute format-monthand ddfor the attribute format-day.
source
share