BloX - Date and Timestamp Range Filter
Updated 03-02-2023
Hi hvibberts, the date values in the input fields are actually stored in ISO format (yyyy-mm-dd). However, how they are displayed depends on your computer/browser settings. For example, you can change the date format on a Mac in the System Settings -> General -> Language & Region.
Once this is set to 'yyyy-mm-dd', the dates in the input fields will be shown in that format, as shown below.
If you're thinking of enforcing this format to all users of the dashboard without them having to change their computer/browser settings, we'll need to change the input fields' type from Date to Text. The main drawback of this option is users will have to manually type the dates since the calendar date picker does not show up for text input fields.
-Tri