In laravel 6, Bootstrap / Jquery app I want to make bootstrap-datetimepicker with
time only selection as in this
https://ift.tt/39vXXvy
example
and with blade code :
<div class="form-group row">
<label class="col-form-label col-md-6">Time<small>(utc) </small></label>
<div class="col-md-6">
<div class="input-group date" id="time_utc">...
Code (JavaScript):
from JavaScript https://ift.tt/2JnHi2A
via IFTTT
0 Comments