Month
Return the current month in numeric value
echo monthecho 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
echo monthecho 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