RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.LongDateFormat Variable

LongDateFormat is the format string used to convert a date value to a long string suitable for display but not for editing.

Pascal
LongDateFormat: string;
C++
AnsiString LongDateFormat;

SysUtils

On Windows, the initial value is fetched from LOCALE_SLONGDATE. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!