Hi,
I was wondering if it is possible to configure a datetime parameter control to dynamically change the format the date is displayed in, to match the users browser/PC settings.
For example, if my browser/PC is configured to see dates in a YYYY/MM/DD format, the control would display todays date as 2023/08/03, but if another user viewed the dashboard and their browser/PC is configured to display dates in a MM/DD/YYY format, then the control would display todays date as 08/03/2023.
Thank you