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
This commit is contained in:
parent
c9b4b3be5c
commit
0e179a1725
@ -2616,6 +2616,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