kekeh / angular-mydatepicker

Angular datepicker and date range picker :date:
https://kekeh.github.io/angular-mydatepicker/
MIT License
1 stars 11 forks source link

6 date rows shown in date view #95

Closed gopinath619 closed 3 years ago

gopinath619 commented 3 years ago

Hi @kekeh, Thanks for the wonderful work done so far. You saved my day with the date range picker for my angular 7 version project.

There was one minor suggestion from my side regarding the date view. Currently the date view are showing in 6 rows. As it is still disabled, it may take some extra height for inline view.

Is there any possibility to hide the last row ? please suggest any solution or work around.

Datepicker_inline_6_rows

kekeh commented 3 years ago

In the image above the last row is not disabled. You can select the date also from that row.

If you want you can change style of the row. Example on how to change the style of the date picker: https://github.com/kekeh/angular-mydatepicker/wiki/color-theme-(grey)

CSS classes of those dates are myDpPrevMonth and myDpNextMonth.

Test here the inline date picker: https://kekeh.github.io/angular-mydatepicker/ At first open the console of the browser to see dateChanged callback call.

gopinath619 commented 3 years ago

Thank you @kekeh for instant reply and I got the solution and customized the datepicker according to my requirement.