Error With Bootstrap 3 Date/Time Picker

前端 未结 3 658
谎友^
谎友^ 2020-12-16 11:29

I am using the date/time picker from Eonasden that you can find here. Date Time Picker

I am using HTML from the example:

3条回答
  •  独厮守ぢ
    2020-12-16 11:48

    According to the examples, you need to include this to..

    http://momentjs.com/

    It has to be after bootstrap.js, but before the datetimepickerjs like this..

    
    
    
    

    It shows it on the GitHub readme..

    "Datetimepicker requires moment.js."

提交回复
热议问题