mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes #4521 - Added %d.%m.%Y date format
Co-Authored-By: Jimako <5429548+Jimmi08@users.noreply.github.com>
This commit is contained in:
@@ -937,7 +937,8 @@ class e_date
|
||||
|
||||
"%Y-%m-%d",
|
||||
"%d-%m-%Y",
|
||||
"%m/%d/%Y"
|
||||
"%m/%d/%Y",
|
||||
"%d.%m.%Y"
|
||||
);
|
||||
|
||||
$ret = [];
|
||||
|
Reference in New Issue
Block a user