ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Prev Next year #68

Closed msaccone closed 7 years ago

msaccone commented 7 years ago

Hi @allenhwkim

I've added a prev next year buttons, using your own function like this.

<button type=\"button\" class=\"prevyear\" (click)=\"updateMonthData(-12)\">

and adjusting prevyear and prev styles,

.datetime-picker > .month > button.prevyear {\n left: 10px;\n} .datetime-picker > .month > button.prev {\n left: 30px;\n}

allenhwkim commented 7 years ago

Could you make a PR for this?

allenhwkim commented 7 years ago

Duplicate to #40