1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +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:
Moc 2021-12-22 13:57:36 +01:00
parent 311308a6d9
commit 1621bfb249
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

@ -937,7 +937,8 @@ class e_date
"%Y-%m-%d",
"%d-%m-%Y",
"%m/%d/%Y"
"%m/%d/%Y",
"%d.%m.%Y"
);
$ret = [];