DateTime c# parsing
Posted
by Dani
on Stack Overflow
See other posts from Stack Overflow
or by Dani
Published on 2010-05-12T08:07:08Z
Indexed on
2010/05/12
8:14 UTC
Read the original article
Hit count: 349
I try to parse DateTime.TryParse("30-05-2010"), and it throws an exception because it accepts MMddyyyy, and I need ddMMyyyy format. how can I change TryParse format?
thanks,
Dani
© Stack Overflow or respective owner