I am parsing a Windows Date value, a double precision number, to my B4A app and need to format it as follows
45007.9211458333 = Wed 22 Mar 2023 22:06:27
I have exhausted string utils and datefunctions libraries.
Does anyone have a solution ?
vb6 code was format((45007.9211458333 , "ddd dd mmm yyyy hh:mm:ss")
45007.9211458333 = Wed 22 Mar 2023 22:06:27
I have exhausted string utils and datefunctions libraries.
Does anyone have a solution ?
vb6 code was format((45007.9211458333 , "ddd dd mmm yyyy hh:mm:ss")