mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added "G" in srtftime format from date format. Ticket #241
(cherry picked from commit 0e179a17252866464df749219a96a876032eb1b7)
This commit is contained in:
parent
d4090761e3
commit
ab79119874
@ -2613,6 +2613,7 @@ function date2strftime_format($date_format) {
|
|||||||
'O' => '%z',
|
'O' => '%z',
|
||||||
'T' => '%Z',
|
'T' => '%Z',
|
||||||
'%' => '%%',
|
'%' => '%%',
|
||||||
|
'G' => '%k',
|
||||||
);
|
);
|
||||||
|
|
||||||
$return = "";
|
$return = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user