Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nikunj001's avatar

materializecss time picker is not working but datapicker is working please help

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>

0 likes
1 reply
nikunj001's avatar
nikunj001
OP
Best Answer
Level 2

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.