Hi,
I have a text string like this which I will need to parse:
FriMar1200:00:00EST2010
And I used the following code:
And it is giving me a A first chance exception of type 'System.FormatException' occurred in mscorlib.dll error.
Please help!
Thanks!
I have a text string like this which I will need to parse:
FriMar1200:00:00EST2010
And I used the following code:
VB.NET:
Date.ParseExact("FriMar1200:00:00EST2010", "dddMMMddHH:mm:sszzzyyyy", Nothing)
And it is giving me a A first chance exception of type 'System.FormatException' occurred in mscorlib.dll error.
Please help!
Thanks!
Last edited: