katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

How to show only hours and date on ion-datetime-picker #60

Open anilking opened 7 years ago

anilking commented 7 years ago
katemihalikova commented 7 years ago

That's not possible. You can either use separate datepicker and separate select with hours or you can set minute steps to 60 and implement custom validation/parser to make sure that minutes are always zero.