diff --git a/doc.tpl b/doc.tpl index c2cb9bf..398e2b2 100644 --- a/doc.tpl +++ b/doc.tpl @@ -118,13 +118,13 @@ $('#_datetimepicker2').datetimepicker({
javaScript
$('#datetimepicker_start_time').datetimepicker({
- startDate:'+1970/05/01'
+ startDate:'+1971/05/01'//or 1986/12/08
});
Result
@@ -526,19 +526,18 @@ $('#_datetimepicker_weekends_disable').datetimepicker({{maxDate:0,}
+ {maxDate:0}
{maxDate:'2013/12/03'}
{maxDate:'+1970/01/02'} // tommorrow
{maxDate:'05.12.2013',formatDate:'d.m.Y'}
-
- starDate
+
+ startDate
false
if input value is empty, calendar set date from this starDate
-
-{starDate:'1987/12/03'}
-{starDate:'+1970/01/02'} // tommorrow
-{starDate:'08.12.1986',formatDate:'d.m.Y'}
+ {startDate:'1987/12/03'}
+{startDate:'+1970/01/02'} // tommorrow
+{startDate:'08.12.1986',formatDate:'d.m.Y'}
minTime