mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '241-wrong_date_format' into 'pandora_6.0'
Added "G" in srtftime format from date format. Ticket #241 See merge request !141
This commit is contained in:
commit
3c3618c453
@ -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