Date

Check out the function of the Date element.

It is the element where you can enter date value with day, month and year values. As it can be written directly in the input field, the relevant date can be selected on the opened calendar.

Adding Date

You can add the Date element from the Elements panel by dragging and dropping it to the screen. If you drag it to an empty area on the screen, it is added with the Row element. If you drag it into a Column you just add the Date element.

Date supports web and mobile applications.

You can use the properties of the Date element, such as custom values ​​or formatting. You can give role-based authorizations to the element as well as set its visibility with show/hide/conditional options.

Value

It can take a static value as well as dynamic values ​​with Symbol Picker.

Placeholder

A helpful placeholder text can be added for the end user.

Allow Clear

When data is entered, a Delete(X) icon can be added to the right edge of the element, which allows you to delete the entered values with one click.

Format

When the Date element is selected, the properties panel contains a dropdown for Formatter.

In the dropdown, there are options like DD/MM/YYYY, MM/DD/YYYY, YYYY/MM/DD, DMY.

  • DD/MM/YYYY: Date formatting that displays the day, month, and year in the order day/month/year.

  • MM/DD/YYYY: Date formatting that displays the month, day, and year in the order month/day/year.

  • YYYY/MM/DD: Date formatting that displays the year, month, and day in the order year/month/day.

  • DMY: Date formatting that displays the day, month, and year either abbreviated or with the full date, for example, "20 October 2023."

You can use the format GG/MM/YYYY or MM/GG/YYYY, for example.

Disable Before Date

You can ensure that a date before the static or dynamically determined date is not selected. For example, it can be used in scenarios such as selecting a future date for a product delivery by the end user.

Authorization

You can use the authorization options for the Date element.

Visibility

You can manage the visibility of the element. It is always visible or hidden, or you can make it appear or hide depending on a condition.

Actions

You can add the actions that you can add to the Date element with Add Actions.

You can make additional edits to the Date Element by adding a layout, text, fill, border, or shadow.

Layout

You can make visual adjustments such as environmental interior spaces and sizing.

Text

You can set the properties such as the color and size of the Date text and icon with the Text section.

Fill

You can add colors or images to the Date body.

Border

You can add lines to the outer edges of Date, and give corner bevels.

Shadow

You can add a shadow effect to the Date element.

Last updated