The 'GetDateMon' function returns the current month that is stored in 'Windows OS'.
int @GetDateMon();
Parameters
none
Return Value
current month
Example
m = @GetDateMon();
Description : Assume that the current month is August. '8' is stored in the variable named 'm'.
Reference