How do we convert a stored Julian date back to a normal redable date, I have searched and most are ToJulian functions and the only one I could find for Julian to date send me to a page what confused the **** out of me, I just need to convert Julian to ISO, anyone know a easy way to do this?
What I am trying to do is store it in to sqlite3 and use the date option to sort them, and when I pull them the end user needs to be able to read this and no standad user would know what a Julian time stamp was let alone read it and know witch is the one they wanted.
I bashing my head here, could someone give us a hand, thanks.
What I am trying to do is store it in to sqlite3 and use the date option to sort them, and when I pull them the end user needs to be able to read this and no standad user would know what a Julian time stamp was let alone read it and know witch is the one they wanted.
I bashing my head here, could someone give us a hand, thanks.
Comment