From 7ee006ff8b5dcb75d2f1b837e7a661de0e7aea14 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 13 Jan 2011 07:15:50 -0500 Subject: [PATCH] Patch #3156447 Wrong format returned by datepicker in Search --- tbl_select.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tbl_select.php b/tbl_select.php index 67bf5d24b2..e1b4c42659 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -211,12 +211,13 @@ if (!isset($param) || $param[0] == '') { //').datepicker({ - duration: '', - time24h: true, - stepMinutes: 1, + duration: '', + time24h: true, + stepMinutes: 1, stepHours: 1, - altTimeField: '', + dateFormat: 'yy-mm-dd', + altTimeField: '', constrainInput: false }); }); -- 2.11.4.GIT