mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Fixes #4521 - Added %d.%m.%Y date format
Co-Authored-By: Jimako <5429548+Jimmi08@users.noreply.github.com>
This commit is contained in:
parent
311308a6d9
commit
1621bfb249
@ -937,7 +937,8 @@ class e_date
|
||||
|
||||
"%Y-%m-%d",
|
||||
"%d-%m-%Y",
|
||||
"%m/%d/%Y"
|
||||
"%m/%d/%Y",
|
||||
"%d.%m.%Y"
|
||||
);
|
||||
|
||||
$ret = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user