> 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/time-functions/second.md).

# Second

Kalipso - Form - Expressions - Functions - Functions Descriptions - Time Functions - Second

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

### Parameters

* **Source Time** *\<string> -* Time to get the seconds from. This parameter must be in format HHMMDD.

### **Examples**

* *Example 1*

Second("083422")\
**Result** = 22
