Return the current minute in numeric value
Command:
minute
Syntax:
echo minute
Example:
echo minute 17 var my_minute = minute echo my_minute 22 var my_minute = minute echo 'The current minute is {{my_minute}}' The current minute is 22
Last updated 5 months ago