MakeDate()

<< Click to Display Table of Contents >>

Navigation:  Index >

MakeDate()

Previous pageReturn to chapter overviewNext page

Purpose

To create a date from three numerics representing a year, month and day.

Syntax

MakeDate( <nYear> , <nMonth>, <nDay> ) dDate

Arguments

<nYear> is the year of the new date

<nMonth> is the month of the new date

<nDay> is the day of the new date

Returns

MakeDate() returns a date that represents <nYear>, <nMonth> and <nDay>.