Date time format trouble

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

I have a windows application which collect data from an SQL server database.
part of those data are store in a dataset and then written to an XML file.
In that dataset I have a date/Time field format as "dd/mm/yyyy hh:mm:ss"

When writting the dataset to XML file, date/time fromat field value gets the
form :
"2006-03-16T10:59:54.0000000+01:00"

What is the way to have it in similar way as in dataset ?

regard
serge
 
Back
Top