# ADDWEEKS

The ADDWEEKS function allows you to add or subtract a specified number of weeks to a given date.

### Syntax <a href="#syntax" id="syntax"></a>

```java
ADDWEEKS(date,value)
//adds the given number of weeks to the date and returns it
```

### Arguments <a href="#arguments" id="arguments"></a>

date - Date in any format. Required. This can also be a measure or a node reference.

value - Number of weeks to be added to the date. Required. Use a negative number to subtract the weeks from the given date.

### Return Value <a href="#return-value" id="return-value"></a>

Date.

### Example <a href="#example" id="example"></a>

<figure><img src="https://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/KmRd8I2r0dX2u6zpJOAx/image.png" alt=""><figcaption><p>ADDWEEKS</p></figcaption></figure>
