> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/day.md).

# Day

Kalipso - Form - Expressions - Functions - Functions Descriptions - Date Functions - 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
