W
winston
Hi,
I've been trying to search for this for a while now and can never find
anything. Here's my situation. I'm writing a c++ MFC application and
I'm using MSXML6 to parse an xml file. I need to parse a dateTime data
from the xml file into a time_t object. Could that be easily done in
MSXML6? Seems like an essentially simple task that MS should have
included but i just cant find documentation on this thing!
The dateTime data in my xml file looks like this
<timeStamp>2008-05-19T18:11:15</timeStamp>
Thanks
I've been trying to search for this for a while now and can never find
anything. Here's my situation. I'm writing a c++ MFC application and
I'm using MSXML6 to parse an xml file. I need to parse a dateTime data
from the xml file into a time_t object. Could that be easily done in
MSXML6? Seems like an essentially simple task that MS should have
included but i just cant find documentation on this thing!
The dateTime data in my xml file looks like this
<timeStamp>2008-05-19T18:11:15</timeStamp>
Thanks