How to set date-picker with JQuery 3.3.1 and Bootstrap 3.3.7?
问题 I have to set date picker for input fields in few different forms. In the past I have used jQuery date-picker but for this project I use Bootstrap 3 so there is another method that is available. Here is example that I have so far: $(document).ready(function() { $('.datepick').datetimepicker(); }); <!---*** Start: JQuery 3.3.1 version. ***---> <script language="javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!---*** End: JQuery 3.3.1 version. ***--