# NOW

The NOW function returns the current timestamp in DD/MM/YYYY, HH:MI:SS AM/PM format based on the system settings.

## Syntax

```javascript
now()
```

## Return value

Datetime

## Example

```javascript
NOW()
```

Returns 18/8/2023, 4:02:19 pm - current date and timestamp.
