mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Fix doc
This commit is contained in:
parent
7e886b253d
commit
576fdba6f6
4
doc.tpl
4
doc.tpl
@ -297,7 +297,7 @@ $('#_datetimepicker_runtime').datetimepicker({
|
||||
$(this).find('.xdsoft_date')
|
||||
.toggleClass('xdsoft_disabled');
|
||||
},
|
||||
minDate:'+1970/01/2',
|
||||
minDate:'-1970/01/2',
|
||||
maxDate:'+1970/01/2',
|
||||
timepicker:false
|
||||
});</code></pre>
|
||||
@ -309,7 +309,7 @@ $('#_datetimepicker_ongenerate').datetimepicker({
|
||||
$(this).find('.xdsoft_date')
|
||||
.toggleClass('xdsoft_disabled');
|
||||
},
|
||||
minDate:'+1970/01/2',
|
||||
minDate:'-1970/01/2',
|
||||
maxDate:'+1970/01/2',
|
||||
timepicker:false
|
||||
});
|
||||
|
@ -91,7 +91,7 @@ $('#datetimepicker8').datetimepicker({
|
||||
$(this).find('.xdsoft_date')
|
||||
.toggleClass('xdsoft_disabled');
|
||||
},
|
||||
minDate:'+1970/01/2',
|
||||
minDate:'-1970/01/2',
|
||||
maxDate:'+1970/01/2',
|
||||
timepicker:false
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user