Android Question Timestamp to date

DonManfred

Expert
Licensed User
Longtime User
where does the value came from?

Try
B4X:
Dim ExpDate As Long = DateUtils.UnixTimeToTicks(1513728000)
    Log(DateTime.Date(ExpDate)  & " " & DateTime.time(ExpDate))
 
Upvote 0
Top