"showToday"

Shows the year, month and day of the today's date.

Synopsis

shape.showToday();

Parameters

Parameter Description
shape Name of the object

Description

This function shows year, month and day of the today's date.

Example

main()
{
  Calendar.showToday();
}

Assignment

Calendar