Day
Return the current day in numeric value
Command:
day
Syntax:
echo dayExample:
echo 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
Command:
day
Syntax:
echo dayExample:
echo 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