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?
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?
You could make use of
angular-date-dropdowns
library orCombodate
libraryI would prefer you use angular-date-dropdowns.. Here is an example: