Description:
Currently, Bubble lets us apply custom date formats, but these are fixed at build time. It’s not possible to make the format itself dynamic. Adding support for dynamic date formats would unlock several important use cases:
-
User Preferences:
-
Let users choose how dates are displayed based on personal style rather than locale.
-
For example: some prefer
22/09/25, others wantSeptember 22, 2025, or evenMon 22 Sep.
-
-
Reusable Components:
-
When building a reusable element (e.g., a date range renderer), allow passing a dynamic property for “Date Format.”
-
This would enable standardising date display logic across the app without hard-coding formats in multiple places.
-
