How to show month and year only in 720kb AngularJS Datepicker -


i'm using this angularjs datepicker in application , know if there way display months , years in calendar , remove days?

this how i'm using datepicker:

<datepicker date-format="mm yy" button-prev-title="previous month" button-next-title="next month" button-prev="<i class='fa fa-arrow-left'></i>" button-next="<i class='fa fa-arrow-right'></i>" id="dtdate" name="dtdate" >     <input ng-model="dtdate" /> </datepicker> 

i tried add date-format="mm yy" changes selected date , not datepicker itself.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -