Month
Return the current month in numeric value
Command:
month
Syntax:
echo monthExample:
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 10Last updated
Return the current month in numeric value
Command:
month
Syntax:
echo monthExample:
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 10Last updated