Convert date/time string value to .NET DateTime
Posted
by stighy
on Stack Overflow
See other posts from Stack Overflow
or by stighy
Published on 2010-05-10T19:24:38Z
Indexed on
2010/05/10
19:34 UTC
Read the original article
Hit count: 144
Hi guys, i've this string example value: Sun, 09 May 2010 11:16:35 +0200
I've to insert it into MySql Date/Time field.
How can i convert it into .NET format (or Mysql format), so i can make my INSERT INTO mydate='2010-05-09 11:16:35'
?
Thank you !
© Stack Overflow or respective owner