NamesToUse

Typeproperty
Dictionarywidget.datepicker
LibraryDate Picker
Syntax
set the namesToUse of widget to {English | System | Custom}
get the namesToUse of widget
Associationscom.livecode.widget.datepicker
Summary

The name will draw the days of the week on the calendar.

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Example
# English is the default value.
set the namesToUse of widget "Date Picker" to "English"
RelatedProperty: AutoResizeFont, dayNames, headerColor, hiliteStyle, monthNames, mouseOverColor, namesToUse, padDates, paddingColor, selectedDate, showGrid, weekStartsOn
Message: dateChanged
Description

Use the namesToUse property to change the label to display for each day of the week. The possible values values are: - English: It will show the label of the days of the week as follows.SU,MO,TU,WE,TH,FR,SA - System: It will show the label of the days of the week according to the result of the function the abbr system weekdaynames. - Custom: It will be shown as the label of the days of the week, which are defined in the dayNames property