date
Syntax
native date(&year = 0, &month = 0, &day = 0);
Usage
| Parameter | Description |
|---|---|
| year | Variable to store year in |
| month | Variable to store month in |
| day | Variable to store day in |
Description
Retrieves the current date in year, month and day.
Return
This function has no return value.