// Initialize the list of months in text form. textMonth = new Months() givenDay = client.dateChoice givenYear = client.yearChoice givenMonth = client.monthChoice write(textMonth[givenMonth] + " " + givenDay + ", " + givenYear)