makedate - script and chart function
This function returns a date calculated from the year YYYY, the month MM and the day DD.
Syntax:
MakeDate(YYYY [ , MM [ , DD ] ])
Return data type: dual
Arguments:
Argument | Description |
---|---|
|
The year as an integer. |
|
The month as an integer. If no month is stated, 1 (January) is assumed. |
|
The day as an integer. If no day is stated, 1 (the 1st) is assumed. |