Hi,
I need to convert a string into DateTime. I can use Convert.ToDateT ime()
however the string can be in different formats like 19700504 or 05041970.
Any ideas?
Thanks
I need to convert a string into DateTime. I can use Convert.ToDateT ime()
however the string can be in different formats like 19700504 or 05041970.
Any ideas?
Thanks
Comment