When I send date from adalo to custom action API, It’s returning in a five-digit format something 17389. What format is this and how do I convert to normal date format.
This is a unix timestamp and represents the number of days since 01/01/1970. The decimal represents the fraction of time per day.
it’s just returning 17389, but not decimal.
Ok then it’s just a date, without a time
How to convert 17389 to normal date
1 Like
I found a free Rest API here: https://unixtime.co.za/
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.