更新 laydate 示例

pull/1181/head
贤心 2022-12-07 13:24:26 +08:00
parent b3fd6fb45c
commit 0e50a4509b
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ layui.use('laydate', function(laydate){
elem: '#test1-2'
,type: 'date'
,range: ['#test-startDate-1', '#test-endDate-1']
,rangeLinked: true // 是否开启日期范围选择时的区间联动标注模式
//,value: ['2022-05-01', '2022-06-01']
//,value: '2022-05-01 - 2022-06-01'
});