setFullMonthLabels( )

Sets the labels to be used for full names of months of year.

Interface

mimedtpicker

JavaScript synopsis
inst.setFullMonthLabels(labels)
C synopsis
void setFullMonthLabels(
  DTPickerInstance* inst,
  ADOMString labels
)
Parameters
  • inst   The MIME instance.

  • labels   Comma separated list of full month labels.

Returns

None