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
Now when I want to formate date for example let's say:
{{ latestSubmission | date('m.d.Y') }}
There is a error:
DateTime::__construct(): Failed to parse time string (Do., 07 Sep. 2017 10:32:05) at position 0 (D): The timezone could not be found in the database
It seems as if the outputed time string is no longer valid when applying the date filter. Could it be that am forms saves the timestamp in the wrong format in the db?
The text was updated successfully, but these errors were encountered:
Not sure if this is a plugin issue:
I want to get all the submissions like this:
{{ latestSubmission }}
this outputs:
Now when I want to formate date for example let's say:
{{ latestSubmission | date('m.d.Y') }}
There is a error:
It seems as if the outputed time string is no longer valid when applying the date filter. Could it be that am forms saves the timestamp in the wrong format in the db?
The text was updated successfully, but these errors were encountered: