Level 2
got the solution the materialize js which i was using was not proper i have to change the js
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
i have integrated time picker and date picker in my html but . my time picker is not working . I don't know where i am going wrong.
<script type="text/javascript" src="{{asset('js/plugins/jquery-1.11.2.min.js')}}"></script>
<div class="input-field col s12 m4 l4">
<i class="mdi-image-timer prefix"></i>
<input type="text" class="timepicker picker__input picker__input--active validate">
<label for="tob">Time of birth</label>
</div>
<script>
$(document).ready(function(){
$('.timepicker').timepicker({});
});
</script>
got the solution the materialize js which i was using was not proper i have to change the js
Please or to participate in this conversation.