public interface IMethodsForGraphicalCalendarComponents
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Gets the date of the calendar
|
String |
getFormattedDate()
Returns the date selected, formatted
|
void |
setDate(Date date)
Sets the date to the calendar
|