How to create a time picker using ionic?

Please help how to create a time picker using ionic.

hi ,

u can use ngCordova

http://ngcordova.com/docs/#DatePicker

1 Like

bro I want time picker only.

if u will read the code u will see that you need to change the mode from date to time :smile:

1 Like

Okey okey thanks bro…

Just use HTML5

<input type=“time” name=“usr_time”>

1 Like

I have created a time picker for ionic framework which supports both 12 and 24 hour format. with 1 and 15 minutes increment / decrement.

Find it here.

1 Like

Hi, I’ve created a new component which is more user experience focused and has a native feel to it.

If anyone is interested, it can be seen at:

Hope this helps,
Thanks

1 Like