A
Anders Nilsson
Hello!
Can someone tell me how to control the date format when
using the GetXML method in the DataSet class?
I've been using the DataSet class for some time now and
am happy with the functionality it provides but haven't
yet figured out how to control the presentation of
certain datatypes like DateTime when the XML is generated
by using GetXML.
The default seems to be the full date and time format
which looks like this in the XML using an example of a
hireDate element: " <hireDate>1995-01-
01T00:00:00.0000000+01:00</hireDate>
"
Thanks,
Anders
Can someone tell me how to control the date format when
using the GetXML method in the DataSet class?
I've been using the DataSet class for some time now and
am happy with the functionality it provides but haven't
yet figured out how to control the presentation of
certain datatypes like DateTime when the XML is generated
by using GetXML.
The default seems to be the full date and time format
which looks like this in the XML using an example of a
hireDate element: " <hireDate>1995-01-
01T00:00:00.0000000+01:00</hireDate>
"
Thanks,
Anders