IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.05k stars 57 forks source link

[Enhancement] Allow Date and Time Format Choice #333

Open inferenceus opened 5 months ago

inferenceus commented 5 months ago

Is your feature request related to a problem? Please describe. Gallery doesn't currently seem to obey system date and time format, which can be multiple formats for dates (including YYYY-MM-DD, DD/MM/YYYY, and MM/DD/YYYY), and either 24-hour or 12-hour time formats. Both my system and locale use 24-hour time format (and, preferably, YYYY-MM-DD date format), but I'm forced to use MONTH DAY, YEAR date format alongside 12-hour time format when viewing an image (top right of app).

Describe the solution you'd like It would be a nice feature to allow the user to choose how date and time are displayed. A basic option for each in Gallery settings would be sufficient.

Describe alternatives you've considered N/A.

Additional context N/A.