Hi,
Suppose I have a string which I know it is a string containing a date with dd/mm/yyyy format.
How to convert it to a datetime? (CDateTime seems doesn't work in some case when the string is "01/02/2004", it will read as "02 Jan 2004" if the date format is set to mm/dd/yyyy in Regional Options in Windows)
Thanks in advance!
Suppose I have a string which I know it is a string containing a date with dd/mm/yyyy format.
How to convert it to a datetime? (CDateTime seems doesn't work in some case when the string is "01/02/2004", it will read as "02 Jan 2004" if the date format is set to mm/dd/yyyy in Regional Options in Windows)
Thanks in advance!