How to convert a json path value to timestamp?

Database & APIs

I got the data I want through the API and also the data I've got from JSONPath. But the format of the data is timestamp (eg. "2024-10-23T16:35:00.021029+00:00") . I hope it can be shown as an specific format(eg. "2024/12/12"). But I found that there is no function for changing the data format after obtaining the JSONPath.

What have you tried so far?

I don't know if it is necessary to build a timestamps data first in Datatype. I am not sure whether I should use datatype because I always get data from Supabase.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
5 replies