mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
Update web.php
Make sure dates work.
This commit is contained in:
parent
d922390802
commit
6802f53c96
@ -22,7 +22,7 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
if (!defined('DATEFORMAT')) {
|
||||
define('DATEFORMAT', '(19|20)[0-9]{2}-[0-9]{2}-[0-9]{2}');
|
||||
define('DATEFORMAT', '(19|20)[0-9]{2}-?[0-9]{2}-?[0-9]{2}');
|
||||
}
|
||||
|
||||
Route::group(
|
||||
|
Loading…
Reference in New Issue
Block a user