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
450 stars 189 forks source link

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

Open ryandzink opened 2 weeks ago

ryandzink commented 2 weeks 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
github-actions[bot] commented 2 weeks ago

Uh oh! @ryandzink, the image you shared is missing helpful alt text. Check your issue body.

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.