# Now

### **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)
```
