D
Donal McWeeney
Hi,
When using a typed dataset is it possible to do the following:
1 - force date values to get saved as just the date part...
"2005-01-28"
not
"2005-01-28T00:00:00.0000000-00:00"
type is defined as type="xs:date" in the schema.
2 - specify a style sheet so that it gets written to the xml that is
generated by the DataSet.WriteXml method.
Thanks
Donal
When using a typed dataset is it possible to do the following:
1 - force date values to get saved as just the date part...
"2005-01-28"
not
"2005-01-28T00:00:00.0000000-00:00"
type is defined as type="xs:date" in the schema.
2 - specify a style sheet so that it gets written to the xml that is
generated by the DataSet.WriteXml method.
Thanks
Donal