Is it possible to convert DateTime to a String format?
I have:
which returns:
How can I get this into a normal text representation"
Something similar to:
I have:
B4X:
Dim MyTime As String = DateTime.now
Log(MyTime)
B4X:
1588594976350
Something similar to:
B4X:
03 May 2020 11:47:38