diff --git a/tbl_change.php b/tbl_change.php index 041f4e9fc..3256966d5 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -986,7 +986,7 @@ $(function() { stepMinutes: 1, stepHours: 1, - dateFormat: 'yy-mm-dd', + dateFormat: 'yy-mm-dd', // yy means year with four digits altTimeField: '', constrainInput: false }); diff --git a/tbl_select.php b/tbl_select.php index 7c65692c7..dacf59cea 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -219,7 +219,7 @@ $(function() { stepMinutes: 1, stepHours: 1, - dateFormat: 'yy-mm-dd', + dateFormat: 'yy-mm-dd', // yy means year with four digits altTimeField: '', constrainInput: false });