edward
2008-08-02 23:06:52 UTC
Hello
I am trying to create a TDateTime variable from an AnsiString. I am hoping
to have code like this:
AnsiString strDateTime = "09-01-08 01:23:00" // mm-dd-yy hh:mm:ss
TDateTime tdtDateTime = TDateTime(strDateTime);
Thanks for any suggestions.
I am trying to create a TDateTime variable from an AnsiString. I am hoping
to have code like this:
AnsiString strDateTime = "09-01-08 01:23:00" // mm-dd-yy hh:mm:ss
TDateTime tdtDateTime = TDateTime(strDateTime);
Thanks for any suggestions.