G
Guest
Is there a STL (standard template library), std equivalent of the
"FormatDateTime" function?
Can you show how to convert following code into Borland C++ Builder
independed C++ code?
AnsiString S = "The meeting is on ";
S = S + FormatDateTime("dddd, mmmm d, yyyy ' at ' hh:mm AM/PM", Now() +
0.125);
"FormatDateTime" function?
Can you show how to convert following code into Borland C++ Builder
independed C++ code?
AnsiString S = "The meeting is on ";
S = S + FormatDateTime("dddd, mmmm d, yyyy ' at ' hh:mm AM/PM", Now() +
0.125);