Skip to content

[Bug]: Format property ignored in Date component #2135

@nangelov-eti

Description

@nangelov-eti

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The "Format" property of the Date component does not affect the displayed date value. Regardless of the format provided, the component continues to display the date using the default format. As a result, setting a custom format (e.g., DD/MM/YYYY HH:mm) has no visible effect.

Image

Expected Behavior

When the format is provided, the date component should display the date according to the specified format. For example, if format="DD/MM/YYYY HH:mm" is set, the component should render dates like 02/02/2026 17:08.

Steps to reproduce

  1. Add the Date component to a page.
  2. Set the format property to a custom format (e.g., DD/MM/YYYY HH:mm).
  3. Provide a date value to the component.
  4. Observe that the displayed date does not follow the specified format and instead uses the default formatting.

Environment

Lowcoder Cloud (2.7.6)

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions