我使用bootstrap datetimepicker:https://eonasdan.github.io/bootstrap-datetimepicker/
它真的很容易使用:
$('#start').datetimepicker({
format: 'YYYY/MM/DD',
useCurrent: true, //Important! See issue #1075
});
但是在日历中我需要使用绿色等高亮显示多个范围时段。
2016年6月1日至2016年7月10日, 从2016年7月10日到2016年7月30日 等...
我怎么能这样做?我需要一些for循环还是?