diff --git a/application/helpers/dateformat_helper.php b/application/helpers/dateformat_helper.php index db5039338..b403cb4c0 100644 --- a/application/helpers/dateformat_helper.php +++ b/application/helpers/dateformat_helper.php @@ -31,15 +31,15 @@ function dateformat_jquery($php_format) 'Y' => 'yy', 'y' => 'y', // Time - 'a' => '', - 'A' => '', + 'a' => 'tt', + 'A' => 'TT', 'B' => '', - 'g' => '', - 'G' => '', - 'h' => '', - 'H' => '', - 'i' => '', - 's' => '', + 'g' => 'h', + 'G' => 'H', + 'h' => 'hh', + 'H' => 'HH', + 'i' => 'mm', + 's' => 'ss', 'u' => '' ); $jqueryui_format = ""; diff --git a/application/views/sales/form.php b/application/views/sales/form.php index 527d12c0c..89c496b34 100755 --- a/application/views/sales/form.php +++ b/application/views/sales/form.php @@ -14,8 +14,8 @@