Date picker - month names

Description

Specify the month names to be shown when the pop-up date picker is used. Enter a comma separated list.

Automatically Setting Month Names Based on the User's Locale

You can specify that the month names should be dynamically computed based on the user's locale by setting the Date picker - month names property to <cultureDayNames>. This makes it easier to build applications that seamlessly adapt based on the user's locale setting.

images/cultureMonthNames.png
You can also set the month names in this special session variable: session.__protected__datePickerMonthNames

See Also