Datepicker for Android <4.4

I am looking for an ionic datepicker for android < 4.4 (kitkat).
Is there any solution?

Thanks…

Ionic does not provide any date pickers for any platform or version. It defers to the OS and HTML5.

I really think Ionic should have a date/time picker. The OS date picker sucks in both Android and iOS. There are no good date pickers for mobile apps that aren’t based on jQuery.

The only angular date picker that I know of is from the Angular-UI guys, but its based off of bootstrap…

http://angular-ui.github.io/bootstrap/#/datepicker

I found this one too, but its doesn’t seem as polished. Could be a good starting point to develop your own if you’re up for it.

http://tech.cibul.net/cibulcalendar-a-date-range-picker/

1 Like

This one looks good.

I’m gonna try to rewrite it as a directive

http://amsul.ca/pickadate.js/

1 Like

It does use jquery so it would be great if it could be rewritted without it.

This one is awesome!

Edit: I decided to port it to Angular. see here: Angular-DatePicker - pickadate.js port to Angular, no jQuery dependency!

Ngcordova $cordovaDatePicker