D
David
Hi, all,
I need to convert a string like "4-Sep-03" to a DateTime type using C#. I
know I need to use Convert or DateTime.Parse(). I also can find a lot of
samples for the conversion like "04/09/2003". However, I can not find any
examples I need. I am very appreciated if anyone can post a sample code for
my problem. Thank you very much in advance.
Best Regards,
David
I need to convert a string like "4-Sep-03" to a DateTime type using C#. I
know I need to use Convert or DateTime.Parse(). I also can find a lot of
samples for the conversion like "04/09/2003". However, I can not find any
examples I need. I am very appreciated if anyone can post a sample code for
my problem. Thank you very much in advance.
Best Regards,
David