Timepicker with only time #667
reshma-r-p
started this conversation in
General
Replies: 4 comments
-
You can try timepicker: true, |
Beta Was this translation helpful? Give feedback.
0 replies
-
ok..thanks. Its worked |
Beta Was this translation helpful? Give feedback.
0 replies
-
how is this work? can show full code here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is an update for AIR-DATEPICKER 3+ CSS.air-datepicker.only-timepicker .air-datepicker--navigation {display: none;} .air-datepicker.only-timepicker .air-datepicker--content {display: none;} .air-datepicker.only-timepicker .air-datepicker--time {border-top: none; } HTML<input type="text" id="input" /> JSnew AirDatepicker('#input', { timepicker: true, dateFormat: ' ', classes: 'only-timepicker' }); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions