> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/application-design/dashboard/controls-toolbox/basics/label.md).

# Label

**Category**: Control

**Version**: 1.0

**Last Updated**: May 27, 2026

**Author**: Any2Info

***

### Description

The Label control is a simple control that allows static text to be displayed and, if configured, in combination with an icon.

***

### General Properties

The **Label** control inherits general Control Properties such as ‘Font size’, ‘Font color’ and ‘Icon color’.

***

### Special Properties

The **Label** control has a few special properties unique to it. These include:

| Name                                                                             | Value                               | Explanation                                                                                                                                   |
| -------------------------------------------------------------------------------- | ----------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Size mode                                                                        | **One line**, **Multi** **line**    | If set to One line and the value exceeds the width of the control, it gets cut off.                                                           |
| If set to Multi line the value wraps in the control starting new lines if needed |                                     |                                                                                                                                               |
| Date format                                                                      | Selection of given Date formats     | If the input is a date, the selected date format will be displayed                                                                            |
| Format display text                                                              | DisplayText standin for Date format | Allows a DisplayText to force a Date format, useful when different languages adhere to different formats, such as the USA and The Netherlands |
| Numeric format                                                                   | Text                                | If the input is a number, this will be the way it will be displayed, where {2} would mean the input is set to 2 decimals                      |

***

### Tips & Best Practices

* When using a Date format, the input **MUST** given in a “yyyy-MM-dd hh:mm:ss” format, any other format will not work

***

### Examples

In the following image there are 4 Labels set to differing values and options.

The first Label uses a Date format set to “dd MMM yyyy HH:mm” where the input is “2000-10-13 13:30:20”.

The second and third Label show the Size modes, both have the same width and height. The Multi line Control shows the whole value, whilst the Single line gets cut off by the width of the Label.

The fourth Label displays the Numeric format, in this case “${2}”, meaning the input value of 23 gets prepended by a $ sign and gets 2 decimal values.

<div align="left"><figure><img src="/files/AZeImArUzRrNTivlQUHs" alt=""><figcaption></figcaption></figure></div>

***

### Changelog

| **Version** | **Date**     | **Change**                       |
| ----------- | ------------ | -------------------------------- |
| 1.0         | May 27, 2026 | Initial document & documentation |


---

# 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:

```
GET https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/application-design/dashboard/controls-toolbox/basics/label.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
