|
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? |
Answered by
lovasoa
Sep 23, 2024
Replies: 2 comments 3 replies
|
Hello! |
3 replies
Answer selected by
nofue
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.