Patch #3156447 Wrong format returned by datepicker in Search

This commit is contained in:
Madhura Jayaratne
2011-01-13 07:15:50 -05:00
committed by Marc Delisle
parent 5ed2e7aa35
commit 7ee006ff8b

View File

@@ -216,6 +216,7 @@ $(function() {
stepMinutes: 1,
stepHours: 1,
<?php echo ($type == 'date' ? "showTime: false,":"showTime: true,"); ?>
dateFormat: 'yy-mm-dd',
altTimeField: '',
constrainInput: false
});