Return the current day in numeric value
Command:
day
Syntax:
echo day
Example:
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 10
Last updated 5 months ago