Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Convert Date/Time to StringConvert a TDateTime to a String. var
dt : TDateTime;
begin
dt := StrToDateTime('08/31/2006 12:23');
ShowMessage('Date/Time = '+DateTimeToStr(dt));
end;
|
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.