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')}}
?
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')}}
?