DATE_MONTH

DATE_MONTH

RETURNS THE CURRENT MONTH

  • Type: System Variable
  • Parameter: 0
  • Group: System

ACTION

The system variable DATE_MONTH returns the current month as number.

SYNTAX: DATE_MONTH in an expression

USE

  • The system variable DATE_MONTH is used to know the current month.

ERROR

  • None.

EXAMPLE

print "current date : "+date$

print "current day : "+str$(date_day)

print "current month : "+str$(date_month)

print "current year : "+str$(date_year)

SEE ALSO

DATE$

DATE_YEAR

DATE_MONTH

DATE_DAY