Looking at that link, it appears you are very close. You need to remove the parenthesis to get the right value.The way you currently are trying to log the value makes the browser think it needs to call a function.
$('#Release').on('dp.change', function(e){ console.log(e.date); })
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…