# Day

This Function returns a *\<string>*, which is the day of the specified **Date**.

### Parameters

* **Source Date** *\<string> -* Date to get the day from. This parameter must be in format YYYYMMDD.

### **Examples**

* *Example 1*

Day("20100301")\
**Result** = 01
