I am receiving milliseconds UNIX timestamp from google and I need to convert them into actual date (not date time just date).
How can I do that with carbon?
all my search results ware datetime to milliseconds instead of milliseconds to date.
sample of data i receive:
"startTimeMillis" => "1580000000000",
"expiryTimeMillis" => "1580000000000",
I need to convert these to dates like 2020-06-26
.