# Add Days

This Function returns a *\<string>*, which is the date resultant of the sum between the specified **Source Date** and **Days to Add**.

### Parameters

* **Source Date** *\<string> -* Date to add the **Days to Add** to. This parameter must be in format YYYYMMDD.
* **Days to Add** *\<numeric> -* Days to add to the **Source Date**.

### **Examples**

* *Example 1*

AddDays("20100301", 6)\
**Result** = "20100307"
