Signature
native date(&year = 0, &month = 0, &day = 0);
Description
Retrieves the current date in year, month and day.
Parameters
- year — Variable to store year in
- month — Variable to store month in
- day — Variable to store day in
No return value