Beja Expert Licensed User Longtime User Dec 14, 2016 #1 Hi all, I have some cryptic code that trying to understand.. anyone knows how to convert seconds or milliseconds (really not sure).. to a useful and understandable time-date format? I have this number that I (think) it is seconds.. 1481679066483 Thanks in advance. -b
Hi all, I have some cryptic code that trying to understand.. anyone knows how to convert seconds or milliseconds (really not sure).. to a useful and understandable time-date format? I have this number that I (think) it is seconds.. 1481679066483 Thanks in advance. -b
M Mahares Expert Licensed User Longtime User Dec 14, 2016 #2 Beja said: I have this number that I (think) it is seconds.. 1481679066483 Click to expand... What you have is the number of millisecs since 1/1/1970. I just answered a few days ago a similar question. See post#2 in the below link: https://www.b4x.com/android/forum/threads/milliseconds-to-yyyymmddhhmmss.74004/#post-469930 You can change the date format to your liking. Upvote 0
Beja said: I have this number that I (think) it is seconds.. 1481679066483 Click to expand... What you have is the number of millisecs since 1/1/1970. I just answered a few days ago a similar question. See post#2 in the below link: https://www.b4x.com/android/forum/threads/milliseconds-to-yyyymmddhhmmss.74004/#post-469930 You can change the date format to your liking.
Beja Expert Licensed User Longtime User Dec 14, 2016 #3 Thanks Mahares so much. I am getting close to solve one part of a big problem I had in the last few days. Now this one is over.. Upvote 0
Thanks Mahares so much. I am getting close to solve one part of a big problem I had in the last few days. Now this one is over..