$(document).ready(function() {
    if ( $('.timepickr').length ) {
        $('.timepickr').timepickr({convention: 24});
    }
});