Sending date from Adalo to an API

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.

Screen Shot 2020-09-01 at 6.31.32 PM

Ok then it’s just a date, without a time :slight_smile:

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.