【发布时间】:2013-12-06 00:35:30
【问题描述】:
我正在使用Eternicode's fork of the bootstrap-datepicker library,到目前为止,生成它一切正常,但我想获取日期以便在更改日期后在我的逻辑中使用它。
$('#calendar').on('changeDate', function(event, date) {
// how to pop alert message to print the date I've chosen ?
});
我该怎么做?
【问题讨论】:
标签: javascript jquery twitter-bootstrap bootstrap-datepicker