1
Reply

how to simplify string of numbers to yyyy-mm-dd format using regular expression

sahitya kunapareddy

sahitya kunapareddy

Feb 11 2011 4:03 PM
1.7k
I have a string of 8 numbers, and I need to convert those into yyyy-mm-dd format. How can I do this in C# using regular expression.

Answers (1)