Regex to extract date

Posted by user99322 on Stack Overflow See other posts from Stack Overflow or by user99322
Published on 2010-05-14T14:10:55Z Indexed on 2010/05/14 14:14 UTC
Read the original article Hit count: 339

Filed under:
 string1.Replace( "new Date(2009,0,1)", "'01-Jan-2009'" )

Can I use a regex instead to extract the date from the above format?

© Stack Overflow or respective owner

Related posts about c#