Hi ALL!
From a web service I am getting an XML string, which includes values for Date/Time in the ISO format (f.e. 2011-03-09T13:02:39.123). In our DB DATETIME format defined as
99/99/9999 HH:MM:SS.SSS
What is the proper way (not manual extraction) to convert ISO format to ours?
P.S. DATETIME("2011-03-09T13:02:39.123") fails on incompatible type as expected.
TY
From a web service I am getting an XML string, which includes values for Date/Time in the ISO format (f.e. 2011-03-09T13:02:39.123). In our DB DATETIME format defined as
99/99/9999 HH:MM:SS.SSS
What is the proper way (not manual extraction) to convert ISO format to ours?
P.S. DATETIME("2011-03-09T13:02:39.123") fails on incompatible type as expected.
TY