mirror of https://github.com/layui/layui
更新 laydate 示例
parent
b3fd6fb45c
commit
0e50a4509b
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue