month
-
function
-
Returns the month number of a given date, from 1 to 12, or of the current date if no parameter is given.
-
Examples: +
put the month —> 6
put month("2021-07-08") —> 7
-
Related: day, year, monthName
function
Returns the month number of a given date, from 1 to 12, or of the current date if no parameter is given.
Examples: +
put the month —> 6
put month("2021-07-08") —> 7
Related: day, year, monthName