I've been fighting this one for a few days now and have pretty much exhausted internet searches.
There are people that say if you change
ShortDateFormat,
it will change the format used by StrToDate.
I don't think this is true.
I even wrestled around with stuff like
GetLocaleInfo (..., LOCALE_SSHORTDATE...)
to no avail.
I'm afraid I'm going to have to write stupid, brute force code to convert '1-Jan-02' to a TDateTime.
Tell me it ain't so,
Thanks in advance,
Tom
There are people that say if you change
ShortDateFormat,
it will change the format used by StrToDate.
I don't think this is true.
I even wrestled around with stuff like
GetLocaleInfo (..., LOCALE_SSHORTDATE...)
to no avail.
I'm afraid I'm going to have to write stupid, brute force code to convert '1-Jan-02' to a TDateTime.
Tell me it ain't so,
Thanks in advance,
Tom