$('#Release').on('dp.change', function(e){
var formatedValue = e.date.format(e.date._f);
console.log(formatedValue);
})
$('.datepicker').datepicker()
.on(picker_event, function(e) {
// `e` here contains the extra attributes
});