Month
Return the current month in numeric value
Command:
month
Syntax:
echo month
Example:
echo month
10
var my_month = month
echo my_month
10
var my_month = month
echo 'The current month is {{my_month}}'
The current month is 10
Last updated
Return the current month in numeric value
Command:
month
Syntax:
echo month
Example:
echo month
10
var my_month = month
echo my_month
10
var my_month = month
echo 'The current month is {{my_month}}'
The current month is 10
Last updated