Hi,
Im following the Tutorial: http://www.b4x.com/forum/basic4andr...android-ms-sql-server-tutorial.html#post74199
Its working just fine, but, Im having problem with datetime fields. The data its inserted ok, but when I tryed to see in SQL Browser or SQLite Admin, gives wrong dates.
MY DATE FORMAT:
11/11/1973 12:00:00 AM
D/M/YYYY HH:MIN:SEC AM/PM
FORMAT IN ASP.NET:
11/11/1973 12:00:00 AM
M/D/YYYY HH:MIN:SEC AM/PM
PARSED DATE :
\/Date(121831200000)\/
DATE IN DB(SQLite Administrator):
30/12/1899 12:18:31
Any help will be great.
THanks in Advance.
Im following the Tutorial: http://www.b4x.com/forum/basic4andr...android-ms-sql-server-tutorial.html#post74199
Its working just fine, but, Im having problem with datetime fields. The data its inserted ok, but when I tryed to see in SQL Browser or SQLite Admin, gives wrong dates.
MY DATE FORMAT:
11/11/1973 12:00:00 AM
D/M/YYYY HH:MIN:SEC AM/PM
FORMAT IN ASP.NET:
11/11/1973 12:00:00 AM
M/D/YYYY HH:MIN:SEC AM/PM
PARSED DATE :
\/Date(121831200000)\/
DATE IN DB(SQLite Administrator):
30/12/1899 12:18:31
Any help will be great.
THanks in Advance.
Last edited: