Add the common german date format
This commit is contained in:
@@ -169,6 +169,7 @@ class DateParser extends Base
|
|||||||
'm/d/Y' => date('m/d/Y'),
|
'm/d/Y' => date('m/d/Y'),
|
||||||
'd/m/Y' => date('d/m/Y'),
|
'd/m/Y' => date('d/m/Y'),
|
||||||
'Y/m/d' => date('Y/m/d'),
|
'Y/m/d' => date('Y/m/d'),
|
||||||
|
'd.m.Y' => date('d.m.Y'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user