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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -