$('#Release').on('dp.change', function(e){ var formatedValue = e.date.format(e.date._f); console.log(formatedValue); })