Client - move default date format first in select
This commit is contained in:
@ -88,8 +88,8 @@ export const formatWorkoutDate = (
|
||||
}
|
||||
|
||||
const availableDateFormats = [
|
||||
'dd/MM/yyyy',
|
||||
'MM/dd/yyyy',
|
||||
'dd/MM/yyyy',
|
||||
'yyyy-MM-dd',
|
||||
'date_string',
|
||||
]
|
||||
|
Reference in New Issue
Block a user