Getlabeldateformat(), Getlabelnowdateformat(), Setlabeldateformat(string) – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 125: Setlabelnowdateformat(string), Getlabeldateformat, Getlabelnowdateformat, Setlabeldateformat, Setlabelnowdateformat

(continued from last page)
getLabelDateFormat
public String getLabelDateFormat()
Property: The date format that specifies the text that will be the label. The start date/time that the cell spans will be
formatted with this date format and the result will be the label.
This is a property that affects the visual representation of the label in the cells. Setting the value to
null
will normally
make this label not appear at all.
Returns:
The current date format. May be
null
.
See Also:
setLabelDateFormat
public void setLabelDateFormat(String format)
Property: The date format that specifies the text that will be the label. The start date/time that the cell spans will be
formatted with this date format and the result will be the label.
This is a property that affects the visual representation of the label in the cells. Setting the value to
null
will normally
make this label not appear at all.
Parameters:
format
- The new date format. May be
null
which will make the label not show.
See Also:
getLabelNowDateFormat
public String getLabelNowDateFormat()
Property: The date format that specifies the text that will be the label for the cell that spans the current time. The start
date/time that the cell spans will be formatted with this date format and the result will be the label.
This is a property that affects the visual representation of the label in the cells. Setting the value to
null
will normally
make this label not appear at all.
Returns:
The current date format. May be
null
.
See Also:
setLabelNowDateFormat
public void setLabelNowDateFormat(String format)
Property: The date format that specifies the text that will be the label for the cell that spans the current time. The start
date/time that the cell spans will be formatted with this date format and the result will be the label.
This is a property that affects the visual representation of the label in the cells. Setting the value to
null
will normally
make this label not appear at all.
Parameters:
format
- The new date format. May be
null
which will make the label not show.
Page 125 of 196
com.miginfocom.beans.DateAreaBean