You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A KnexJS/SQLitedate type field is used as source for a react-admin<DateField.
On PC/Android Chrome/Firefox the field can parse the source value as date and display it formatted.
On iOS/webkit the <DateField however render Invalid Date.
Example date value: 2022-03-15 21:32:21 (year-month-day hour:minute:seconds).
A
KnexJS
/SQLite
date
type field is used assource
for areact-admin
<DateField
.On PC/Android Chrome/Firefox the field can parse the
source
value as date and display it formatted.On iOS/webkit the
<DateField
however renderInvalid Date
.Example date value:
2022-03-15 21:32:21
(year-month-day hour:minute:seconds).Related, older SO discussion: https://stackoverflow.com/questions/52508501/react-admin-invalid-date-in-safari
The text was updated successfully, but these errors were encountered: