A
Andy B
I have a few questions about xml, DateTime conversions and DateTime fields.
1. in the example of DateTime.Now, how would you save it in the format
yyyy-mm-ddThh:mm:ssZ for xml storage?
2. If I have an xml attribute date="2008-09-25T13:15:00Z", How would I load
that into a DateTime variable?
3. Where can I get a list of valid time zone codes for use in xml storage?
Thanks for your help and answers.
P.S. My codebehind is VB.net in vs2008 sp1.
1. in the example of DateTime.Now, how would you save it in the format
yyyy-mm-ddThh:mm:ssZ for xml storage?
2. If I have an xml attribute date="2008-09-25T13:15:00Z", How would I load
that into a DateTime variable?
3. Where can I get a list of valid time zone codes for use in xml storage?
Thanks for your help and answers.
P.S. My codebehind is VB.net in vs2008 sp1.