Sets a boolean value indicating whether the month calendar control will display the "today" date at the bottom of the control.
public void setShowToday( boolean value )
value
Set to true if the "today" date will appear on the control; otherwise, set to false. The default value is true.
See Also getShowToday