Hi
I read some dates from SQL Server.... and I save them to my SQLite database.
The dates stored like that: /Date(1498856400000)/.
Every record has a value like that.
It is a correct format? I need to change it some how?
After that I try to convert that value in my SQLite query but no luck.
How I can convert that value to a real date on my SQLite query?
Until now I try....
Thank you.
I read some dates from SQL Server.... and I save them to my SQLite database.
The dates stored like that: /Date(1498856400000)/.
Every record has a value like that.
It is a correct format? I need to change it some how?
After that I try to convert that value in my SQLite query but no luck.
How I can convert that value to a real date on my SQLite query?
Until now I try....
Thank you.