Hour
Return the current hour in numeric value (24 hours format)
Command:
hour
Syntax:
echo hourExample:
echo hour
17
var my_hour = hour
echo my_hour
22
var my_hour = hour
echo 'The current hour is {{my_hour}}'
The current hour is 22Last updated
Return the current hour in numeric value (24 hours format)
Command:
hour
Syntax:
echo hourExample:
echo hour
17
var my_hour = hour
echo my_hour
22
var my_hour = hour
echo 'The current hour is {{my_hour}}'
The current hour is 22Last updated