> 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-list/date-functions.md).

# Date Functions

| **Function**                                                                                                                    | **Description**                                                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Add Days](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/add-days.md)                   | Returns the date resultant of adding days to the specified date.                                                                                                     |
| [Date Difference](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/date-difference.md)     | Returns the corresponding Char of the specified ASCII code.                                                                                                          |
| [DateTime Add](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/datetime-add.md)           | To complete a string with the specified chars until it reaches the specified length.                                                                                 |
| [DateTime Diff](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/datetime-diff.md)         | Converts a date to a string in the specified format.                                                                                                                 |
| [DateTime Sub](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/datetime-sub.md)           | Converts all the occurrences of "\<N>" in a string into the corresponding Char.                                                                                      |
| [DateToString](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/datetostring.md)           | Converts a date to a string in the specified format.                                                                                                                 |
| [Day](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/day.md)                             | Returns the Day of the specified date.                                                                                                                               |
| [Get System´s Date](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/get-system-s-date.md) | Returns the system date.                                                                                                                                             |
| [Julian](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/julian.md)                       | Returns a Global Unique Identifier.                                                                                                                                  |
| [Local To UTC Time](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/local-to-utc-time.md) | This Function returns a *\<string>*, which is the specified Date Time converted to the Coordinated Universal Time, according to the Time Zone defined in the system. |
| [Month](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/month.md)                         | Returns the Month of the specified date.                                                                                                                             |
| [Subtract Days](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/subtract-days.md)         | Returns the date resultant of subtracting days from the specified date.                                                                                              |
| [TimeToString](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/timetostring.md)           | Converts a time to a string in the specified format.                                                                                                                 |
| [UTC To Local Time](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/utc-to-local-time.md) | This Function returns a *\<string>*, which is the specified Date Time converted from the Coordinated Universal Time to the Time Zone defined in the system.          |
| [Week Day](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/week-day.md)                   | Returns the week day of the specified date.                                                                                                                          |
| [Week Number](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/week-number.md)             | This Function returns a *\<numeric>*, which is the number of the week of the specified Source Date.                                                                  |
| [Year](/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/year-1.md)                         | Returns the Year of the specified date.                                                                                                                              |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-list/date-functions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
