Return the current date and time
Command:
now
Syntax:
echo now
Example:
echo now 2024-07-10 16:34:23 var my_date = now echo my_date 2024-07-10 16:34:23 var my_date = now echo 'The current date is {{my_date}}' The current date is 2024-07-10 16:34:23
Last updated 5 months ago