ERROR: The date input format could not be recognized

Hi @rusdiaman,

In Luxon documentation you can find all the variables to format any date.

In the case you mention, have you tried with {{ DateTime.fromISO($json["SolveDate"]).toFormat('y-LL-dd HH:mm:ss')}} ?

image

:wink:

1 Like