mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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',
|
||||
'T' => '%Z',
|
||||
'%' => '%%',
|
||||
'G' => '%k',
|
||||
);
|
||||
|
||||
$return = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user