[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Names of months, abbreviated form.
Source position: sysinth.inc line 55
const ShortMonthNames: array [1..12] of String = ('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec' ); |
ShortMonthNames is an array with the abbreviated names of months. It is used by the date formatting routines. This constant is initialized by the initialization routines of the SysUtils unit.
|
Short Date Format string (subject to locale). |
|
|
Return a string representation of a TDateTime value with a given format. |
|
|
Full names of months. |
|
|
Names of days, abbreviated form. |