Datepicker for Android <4.4 NEW

Searching for datepicker i found an angular datepicker in https://github.com/restorando/angular-pickadate.

i build a demo with Ionic Modal and this angular-pickadate. It is very simple but i think is a start…

here is my effort: http://plnkr.co/edit/AbvLyzWOz3iIV8GCqJQ4

show comprehension with my code. I am new in programming.

6 Likes

It seems pretty good,

have you tried timepicker also?

Thanks,

Thanks for the example of a datepicker Dimitris.

I needed a datetimepicker and tried using the angular-bootstrap-datetimepicker inside a ionicPopup (It doesn’t actually need bootstrap.).
I feel it works quite good.

Example here: codepen.io/ooystein/pen/edjyH

1 Like

I like @dimitrisplus datepicker better. Just saying :smile:

There is no “lightweight” timepicker like pickadate though unfortunately. Looks like I’ll have to add the whole Angular UI library?

Au contraire, you can do a custom build of Angular UI, and just pull out the timepicker. Sweet.

Thank you for this amazing calendar.
@dimitrisplus do you think it tough to make it “multidate picker” ?

Thank you
Ron

This is very good idea. I think that we should ask Gabriel Schammah at https://github.com/restorando/angular-pickadate to add this in his datepicker.

This is a good start, but the styling of the picker is a bit off. You have to scroll horizontally to be able to see the times to pick.

@ronyrun have you checked with Gabriel Schammah about the possibility of extending the multidate picker to his invention? I need to implement it in my leave application code.

Hi @dimitrisplus, I have created both time picker and date picker for ionic frame works.
No additional dependencies like jQuery is not required. Hope this might help you. Please have a look at the below links.

ionic-timepicker demo

ionic-timepicker Bower component

ionic-datepicker demo

ionic-datepicker Bower component

Hey all of you, can you please help me out…

I wants to generate Date Time Picker like this…

image