The branch, master has been updated via 7ee006ff8b5dcb75d2f1b837e7a661de0e7aea14 (commit) from 5ed2e7aa3531311654ceae7bab9842923473fd3e (commit)
- Log ----------------------------------------------------------------- commit 7ee006ff8b5dcb75d2f1b837e7a661de0e7aea14 Author: Madhura Jayaratne madhuracj@users.sourceforge.net Date: Thu Jan 13 07:15:50 2011 -0500
Patch #3156447 Wrong format returned by datepicker in Search
-----------------------------------------------------------------------
Summary of changes: tbl_select.php | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/tbl_select.php b/tbl_select.php index 67bf5d2..e1b4c42 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -211,12 +211,13 @@ if (!isset($param) || $param[0] == '') { //<![CDATA[ $(function() { $('#field_<?php echo $i; ?>').datepicker({ - duration: '', - time24h: true, - stepMinutes: 1, + duration: '', + time24h: true, + stepMinutes: 1, stepHours: 1, <?php echo ($type == 'date' ? "showTime: false,":"showTime: true,"); ?> - altTimeField: '', + dateFormat: 'yy-mm-dd', + altTimeField: '', constrainInput: false }); });
hooks/post-receive