"showSelectedDate"

Shows the year, month and day of the selected date.

Synopsis

shape.showSelectedDate();

Parameters

Parameter Description
shape Name of the object

Description

This function shows the year, month and day of the selected date.

Example

main() 
{
  Calendar.showSelectedDate();
}

Assignment

Calendar