monthNames

Typeproperty
Dictionarywidget.datepicker
LibraryDate Picker
Syntax
set the monthNames of widget to "JAN,FEB,MAR,APR,MAY,JUN,JUL,AUG,SEP,OCT,NOV,DEC"
get the monthNames of widget
Associationscom.livecode.widget.datepicker
Summary

Specifies the label that will be displayed in the names of the months.

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Example
set the monthNames of widget "Date Picker" to "JAN,FEB,MAR,APR,MAY,JUN,JUL,AUG,SEP,OCT,NOV,DEC"
RelatedProperty: AutoResizeFont, dayNames, headerColor, hiliteStyle, monthNames, mouseOverColor, namesToUse, padDates, paddingColor, selectedDate, showGrid, weekStartsOn
Message: dateChanged
Description

Use the monthNames property to set the displayed label to the name of the month, when the namesToUse property is set to "Custom".