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

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -

python - Best design pattern for collection of objects -