setAbbreviatedMonthLabels( )

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

Interface

mimedtpicker

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

  • labels   Comma separated list of abbreviated month labels.

Returns

None