U
Ueli Amstutz
Hi all
I have a typed DataSet defined through a XML Schema.
At runtime data is stored in a XML file (with DataSet method "WriteXml()").
For fields defined as XML DateTime I get the following in the XML file:
2003-06-19T00:00:00.0000000+02:00
Is it possible to affect the format which will be used for storing DateTime?
(I'd like to have something like "2003-06-19 00:00")
Any hints?
Thanks in advance!
Ueli
I have a typed DataSet defined through a XML Schema.
At runtime data is stored in a XML file (with DataSet method "WriteXml()").
For fields defined as XML DateTime I get the following in the XML file:
2003-06-19T00:00:00.0000000+02:00
Is it possible to affect the format which will be used for storing DateTime?
(I'd like to have something like "2003-06-19 00:00")
Any hints?
Thanks in advance!
Ueli