I am using an ionic DateTime component to pick just time in my page. But I have to just allow the user to select times from 06:30 Am to 07:30 PM. How can I limit the min-max times in ion-datetime
I have already tried giving min value to the component directly.
<ion-datetime displayFormat="hh:mm a" min="minDate"></ion-datetime>
