Angular 3 dropDown to select birth day

5.4k views Asked by At

I want to display 3 dropDowns : day,month, and year.

in order to select a birthDay.

Angular.ui datePicker has no this option.Is there any other way to do it?

1

There are 1 answers

7
Abdel Raoof Olakara On BEST ANSWER

You could make use of angular-date-dropdowns library or Combodate library

I would prefer you use angular-date-dropdowns.. Here is an example:

<input rsmdatedropdowns ng-model="dob" />