Hello Everyone
I am building a native mobile bubble app
Is it possible to display only “Time input” like this
Do we have any plugin to do this ?
or
Can somebody guide me how to do this please ?
Thanks
Hello Everyone
I am building a native mobile bubble app
Is it possible to display only “Time input” like this
Do we have any plugin to do this ?
or
Can somebody guide me how to do this please ?
Thanks
I guess you could use an html element like this:
<input type="time" step="any" id="StartDate" name="StartDate" value="05:00">
Then use the toolkit plugin. Run Javascript and access the selected value of the html element.
Hi @daviddr17 Thanks a lot
I will try it & let you know