G
Guest
I have a system that sends a date as 17 06 2005. Is there an easy way to
convert this to US format without parsing through the text?
I would like to:
str = "17 06 2005"
dat = Cdate(str, <someformat>)
There must be a way in .Net to convert from a European format to a US date
without writing my own function?
convert this to US format without parsing through the text?
I would like to:
str = "17 06 2005"
dat = Cdate(str, <someformat>)
There must be a way in .Net to convert from a European format to a US date
without writing my own function?