Looking at this link seems like you are very close. You need to remove the brackets in order to get the correct value. As you are currently trying to register a value, the browser believes that it needs to call the function.
$('#Release').on('dp.change', function(e){ console.log(e.date); })
source share