hi all,
I need to convert from a sqlite date string which returns "2015-06-01 11:40:00 AM" from my server.
I need to convert this into a long so I can use Datetime.
We use dd/MM/yyyy so you can see my problem.
This is what I have tested.
It does say that the default is yyyy-MM-dd hh:mm:ss
But this throws an exception.
The server returns the values via JSON.
Any thoughts.
Tom
I need to convert from a sqlite date string which returns "2015-06-01 11:40:00 AM" from my server.
I need to convert this into a long so I can use Datetime.
We use dd/MM/yyyy so you can see my problem.
This is what I have tested.
It does say that the default is yyyy-MM-dd hh:mm:ss
But this throws an exception.
The server returns the values via JSON.
Any thoughts.
Tom