@oedgar wrote:
Hi,
I am implementing a date field for users to enter their birthdays and was looking for the datefield to use the native date picker to achieve this.
The field however pops out datapicker with today's date and requires like about five minutes of scrolling to get to say 1982, the year which I was born as in the pic below.
Anyone know how to invoke a picker like the one below?
![]()
Here is what I have in my code
<label class="item item-input"> <span class="input-label">Birthday</span> <input type="date" ng-model="intro.dob" name="dob" required> </label>
Posts: 6
Participants: 4