bootstrap selectpicker post code example
Example: bootstrap datepicker on select event
$('.datepicker').datepicker()
.on(picker_event, function(e) {
// `e` here contains the extra attributes
});
$('.datepicker').datepicker()
.on(picker_event, function(e) {
// `e` here contains the extra attributes
});