mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Added "G" in srtftime format from date format. Ticket #241
This commit is contained in:
parent
c9b4b3be5c
commit
0e179a1725
@ -2616,6 +2616,7 @@ function date2strftime_format($date_format) {
|
||||
'O' => '%z',
|
||||
'T' => '%Z',
|
||||
'%' => '%%',
|
||||
'G' => '%k',
|
||||
);
|
||||
|
||||
$return = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user