mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Fix date format validation error (#1551)
* Fix date format validation error * Order trades, fix flaky test
This commit is contained in:
parent
54e46c1b4e
commit
bb9fa56add
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ module ApplicationHelper
|
|||
def date_format_options
|
||||
[
|
||||
[ "DD-MM-YYYY", "%d-%m-%Y" ],
|
||||
[ "DD.MM.YY", "%d.%m.%Y" ],
|
||||
[ "DD.MM.YYYY", "%d.%m.%Y" ],
|
||||
[ "MM-DD-YYYY", "%m-%d-%Y" ],
|
||||
[ "YYYY-MM-DD", "%Y-%m-%d" ],
|
||||
[ "DD/MM/YYYY", "%d/%m/%Y" ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue