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