Day
Return the current day in numeric value
echo dayecho day
10
var my_day = day
echo my_day
10
var my_day = day
echo 'The current day is {{my_day}}'
The current day is 10Last updated
Return the current day in numeric value
echo dayecho day
10
var my_day = day
echo my_day
10
var my_day = day
echo 'The current day is {{my_day}}'
The current day is 10Last updated