| UtilsLib REALbasic Plugin |
|
LocaleInfo.MonthNameAbbrev Method
To get the abbreviated name of months then use the MonthNameAbbrev function.
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