Now

This Flow Script tutorial explains how to use the Now function with syntax and examples.

Description

The Nowfunction returns the current date and time.

Syntax

‌The syntax for the Now function is:

Now()

Parameters

No input.

Returns

‌The Now function returns a date.

Example

Let's look at some Now function examples and explore how to use the Now function.‌

Now()
Result: 2021-03-10 14:00:00 (current date and time as a date variable)

Last updated