ChartDirector Ver 3.1 (PHP Edition Edition)

BaseChart.setWeekDayNames


Usage

setWeekDayNames(names)

Description

Set the names of the week days for date/time formatting purposes.

The default is to use the first 3 characters of the English week day names (Sun, Mon, Tue, ...).

Arguments

ArgumentDefaultDescription
names(Mandatory) An array of 7 text strings to be used as the week day names.

Return Value

None