-
Is there a setting for the app to use the same date (and time) format everywhere? In a table and exported to CSV it reads as yyyy-mm-dd hh:mm:ss I'd like to have it displayed as dd.mm.yyyy (hh:mm 24-hour style) everywhere. Is there a global setting I haven't seen yet? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hello!
There is no such global setting in SQLPage. The way dates are displayed in forms depends on the user's browser's locale. It won't be displayed the same to someone in France or in the US.
SQLPage always exports to yyyy-mm-dd hh:mm:ss (which is standard, and better for interoperability). But you can always use your database's date and time functions to display dates in a format that you like more.