kekeh / angular-mydatepicker

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

No Option for Today button #49

Closed ahavagowtham closed 4 years ago

ahavagowtham commented 4 years ago

Consider adding a today button to this directive which will be more helpful.

kekeh commented 4 years ago

There is today footer which can be used instead of today button. Try it here. At first select the Show today footer check box and then open the calendar.

Option name is showFooterToday: true|false and todayTxt. More info here.

ahavagowtham commented 4 years ago

Thank you so much.