V
Vai2000
Hi All, I am getting date in yyyyMMdd format.How do I parse it?
string s="20050302";
need to convert this to DateTime object
TIA
string s="20050302";
need to convert this to DateTime object
TIA
Vai2000 said:Hi All, I am getting date in yyyyMMdd format.How do I parse it?
string s="20050302";
need to convert this to DateTime object