From d9f862a8c115811062f71d818c7d98e027c4f2c4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 13 Jan 2011 16:29:14 -0500 Subject: [PATCH] Clarify datepicker parameter --- tbl_change.php | 2 +- tbl_select.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 });