RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.DateSeparator Variable

DateSeparator is the character used to separate the year, month, and day parts of a date value.

Pascal
DateSeparator: Char;
C++
Char DateSeparator;

SysUtils

On Windows, the initial value is fetched from LOCALE_SDATE. 

 

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