```
$common.plugin_calendar_2({
name: false, //可選 name
title: '用車日期(多選)',//顯示標題
max_day: 10,//最大天數
in_win:true,//是否新窗口打開
modality_bg:'rgba(0, 0, 0, 0.9)',//背景層
modality_click_close:true,
margin:0,
default_data:[//默認選中值
1596185863227,
1596272263227
],
},function(ret){
alert(JSON.stringify(ret));
// console.log(JSON.stringify(ret));
});
```