mirror of https://github.com/layui/layui
更改 laydate 单独版 version
parent
79a61e44b7
commit
3c1d0ddaed
|
@ -1,4 +1,4 @@
|
||||||
/** layDate 日期与时间控件 | MIT Licensed */
|
/** laydate 日期与时间控件 | MIT Licensed */
|
||||||
|
|
||||||
;!function(window, document){ //gulp build: laydate-header
|
;!function(window, document){ //gulp build: laydate-header
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
// 外部调用
|
// 外部调用
|
||||||
var laydate = {
|
var laydate = {
|
||||||
v: '5.4.0' // layDate 版本号
|
v: '5.5.0' // layDate 版本号
|
||||||
,config: {
|
,config: {
|
||||||
weekStart: 0, // 默认周日一周的开始
|
weekStart: 0, // 默认周日一周的开始
|
||||||
} // 全局配置项
|
} // 全局配置项
|
||||||
|
|
Loading…
Reference in New Issue