-
Notifications
You must be signed in to change notification settings - Fork 300
Open
Description
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.
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
- Add the Date component to a page.
- Set the format property to a custom format (e.g., DD/MM/YYYY HH:mm).
- Provide a date value to the component.
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels