air-datepicker
air-datepicker copied to clipboard
Timepicker with only time
I am using air date picker for my application. But for time picker it shows calendar and time picker. I need to select only time. The thing is in view only it shows calendar. But after selecting it shows only the time i selected. Is there anyway to show only the time selection instead of entire calendar view
You can try
timepicker: true, onlyTimepicker: true
ok..thanks. Its worked
how is this work? can show full code here?