The Conroy & Conroy Subroutine Library (2021.3 edition)
GetDate
What: void function
File:
Layer: 1
Format: GetDate( year, month, day, dayofweek )
Platforms: C++, C#, Javascript, Pascal, PHP, Python
This function returns the current system date. It updates the parameters which are
passed by reference. In Pascal, this is only defined
if the version of Pascal being used does not provide the function.
Note: In Python, this takes no parameters and returns an array of tuples that contain
the date information.