Hello,
From my VB application I am generating XML document based on data fetched from Oracle db.
I have a XML schema element of type dateTime
When I try to validate I am getting the following error
cvc-datatype-valid.1.2.1: '8/20/2009 1:30:00 PM' is not a valid value for 'dateTime'
How do I handle this in my vb.net application. How can I convert the oracle datetime into xml specific dateTime.
Thanks