magicbug / Cloudlog

Web based amateur radio logging application built using PHP & MySQL supports general station logging tasks from HF to Microwave with supporting applications to support CAT control.
http://www.cloudlog.co.uk
MIT License
466 stars 192 forks source link

QSO form date format doesn't seem to use user date format preference #3184

Open ryandzink opened 2 months ago

ryandzink commented 2 months ago

Describe the bug The QSO entry form for both live and post QSOs does not respect the user profile date format preference. It seems like the date format is always d-m-Y as hardcoded in application/views/qso/index.php but it seems like it should be whatever is the user configured date preference, like 2024-09-01. Maybe this is a local configuration issue on my install?

Screenshots User preference:

image

QSO entry:

image
magicbug commented 1 month ago

I think this was by design does the date format change in the other areas of Cloudlog like in the tables?

ryandzink commented 1 month ago

I think this was by design does the date format change in the other areas of Cloudlog like in the tables?

It does look like the date format changes in tables... what makes this QSO entry page follow a different format then?

image
github-actions[bot] commented 1 month ago

Uh oh! @ryandzink, the image you shared is missing helpful alt text. Check https://github.com/magicbug/Cloudlog/issues/3184#issuecomment-2415787079.

Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.

Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.