The branch, master has been updated
       via  d9f862a8c115811062f71d818c7d98e027c4f2c4 (commit)
      from  a56b1da3f469b285dea489d1b00f71a49dca46a1 (commit)


- Log -----------------------------------------------------------------
commit d9f862a8c115811062f71d818c7d98e027c4f2c4
Author: Marc Delisle <[email protected]>
Date:   Thu Jan 13 16:29:14 2011 -0500

    Clarify datepicker parameter

-----------------------------------------------------------------------

Summary of changes:
 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 041f4e9..3256966 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -986,7 +986,7 @@ $(function() {
         stepMinutes: 1,
         stepHours: 1,
         <?php echo ($field['pma_type'] == 'date' ? "showTime: 
false,":"showTime: true,"); ?>
-        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 7c65692..dacf59c 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -219,7 +219,7 @@ $(function() {
         stepMinutes: 1,
         stepHours: 1,
         <?php echo ($type == 'date' ? "showTime: false,":"showTime: true,"); ?>
-        dateFormat: 'yy-mm-dd',
+        dateFormat: 'yy-mm-dd', // yy means year with four digits
         altTimeField: '',
         constrainInput: false
      });


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to