ng2-ui / datetime-picker

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

Year is not selectable in the modal #40

Closed 0cv closed 7 years ago

0cv commented 8 years ago

It shall be possible to easily change the year, which is currently not possible and restrict the use of this module. Possibly something simple at the beginning would be good enough (e.g. a dropdown), in order to have a simple functional support.

The long term vision would be to have a datepicker which has a kind of wizard like demoed here https://dalelotts.github.io/angular-bootstrap-datetimepicker/ . Clicking on a year give the possibility to select a month, which give the possibility to select a day, ... But it's also possible to navigate "up", from the day view, to the month view, to the year view, etc.