Bootstrap 3 datetimepicker events not firing up

This may seem silly, but did you check you’re using the same bootstrap-datetimepicker.js plugin that you’re referring to in your question? There are two versions I know of which are very similar: The version you provided in your question: http://eonasdan.github.io/bootstrap-datetimepicker/ A slightly different version: http://www.eyecon.ro/bootstrap-datepicker/ The first version responds to change.dp, while the second version … Read more