Date Time Conversion
-
Hi all, I want to get conversion of this format 'Mon Jun 08 15:19:42 CEST 2009' to DateTime type. I explain the problem i'm reading from RSS feed but some of them bring that format of datetime, so my code m_pubDate = Convert.ToDateTime(DirectCast(xNode.Element("pubDate").Value, String)) Broke for RSS Feeds that bring that format and i'm not able to convert this to DateTime. Thank you for help
-
Hi all, I want to get conversion of this format 'Mon Jun 08 15:19:42 CEST 2009' to DateTime type. I explain the problem i'm reading from RSS feed but some of them bring that format of datetime, so my code m_pubDate = Convert.ToDateTime(DirectCast(xNode.Element("pubDate").Value, String)) Broke for RSS Feeds that bring that format and i'm not able to convert this to DateTime. Thank you for help
-
Post the date what you are getting through the RSS field and do you get any errors while conversion ?
Education is not a way to escape poverty — it is a way of fighting it.
-
this is the day 'Mon Jun 08 15:19:42 CEST 2009' and the error i have is while doing Convert