mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +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",
|
"%Y-%m-%d",
|
||||||
"%d-%m-%Y",
|
"%d-%m-%Y",
|
||||||
"%m/%d/%Y"
|
"%m/%d/%Y",
|
||||||
|
"%d.%m.%Y"
|
||||||
);
|
);
|
||||||
|
|
||||||
$ret = [];
|
$ret = [];
|
||||||
|
Reference in New Issue
Block a user