I’m fetching date values from Google Sheets into my Kodular app, but some dates appear incorrectly formatted.
For example:
- “27/8/1984” is displayed correctly.
- “10/8/1984” is returned as
"1984-10-07T22:00:00.000Z"
.
It seems that some dates are being converted to an ISO 8601 format. How can I ensure that all dates are displayed in the DD/MM/YYYY format in Kodular?
Thanks for your help!