Skip to content
Snippets Groups Projects
Unverified Commit 1c987179 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #5092 from protich/issue/time-format

Datatimepicker: Time format
parents 759cdbda f0fccbc0
No related branches found
No related tags found
No related merge requests found
...@@ -817,6 +817,7 @@ class Format { ...@@ -817,6 +817,7 @@ class Format {
'Y' => 'y', 'Y' => 'y',
// Time // Time
'a' => 'tt', 'a' => 'tt',
'HH' => 'H',
'H' => 'HH', 'H' => 'HH',
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment