I want to add a datepicker in ionic framework

I am a beginner in ionic and angular j s. I want to insert a date picker in ionic and to get value from that. Anybody have some choices to solve this

Ionic Framework has no Datepicker yet. But you can still invoke a "native" Datepicker by using a simple input tag like this:

<input type="date">

or trying one of thoses:

I have create a ionic-datepicker bower component. You can use it. No additional dependencies are required. And it wont use the native components. Its purely ionic frameworks component. https://github.com/rajeshwarpatlolla/ionic-datepicker

You can even have a look at the ionic-timepicker bower component. No additional dependencies are required. https://github.com/rajeshwarpatlolla/ionic-timepicker