Hi guys
This feels like it should be really simple, but I can't get dates stored in TEXT fields in SQL into human readable form.
What I get is strings like "1350570465000"
What I want is "31/10/2012 13:59:01"
My SQL insert looks like this:
I have searched and looked at the guide, but I think it's too basic to have troubled most people!
TIA
This feels like it should be really simple, but I can't get dates stored in TEXT fields in SQL into human readable form.
What I get is strings like "1350570465000"
What I want is "31/10/2012 13:59:01"
My SQL insert looks like this:
B4X:
SQL1.ExecNonQuery("INSERT INTO Table VALUES('Name', '" & DateTime.DateParse(DateTime.Date(DateTime.Now)) & "'")
I have searched and looked at the guide, but I think it's too basic to have troubled most people!
TIA