UtilsLib Xojo plugin

LocaleInfo.MonthNameAbbrev Method

To get the abbreviated name of months then use the MonthNameAbbrev function.

shared MonthNameAbbrev(
   monthNumber as Integer) as String

Parameters

monthNumber
A number from 1 to 12 (13 is supported on some date systems).

Returns

String

Remarks

returns the abbreviated month name as a string.

See Also

LocaleInfo Class