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
Post a Comment