RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.ShortMonthNames Variable

ShortMonthNames is the array of strings containing short month names. The mmm format specifier in a format string passed to FormatDateTime causes a short month name to be substituted.

Pascal
ShortMonthNames: array[1..12] of string;
C++
array[1..12] of string ShortMonthNames;

SysUtils

On Windows, the default values are fetched from the LOCALE_SABBREVMONTHNAME system locale entries. 

 

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