Reputation: 409
I want to know how I can add a date field like the type date
<input type="date" name="html5date">
I want an input component who include the slashes for date.
Thank's
Upvotes: 0
Views: 423
Reputation: 330
Use the date picker component from ng2-bootstrap. Check this: https://github.com/valor-software/ng2-bootstrap
Upvotes: 3