Situation
“Appointments Report” I want to change date format from d/m/yyyy to Weekday/d/m/yyyy
From “1/10/2022” to “Tue 1/10/2022”.
OpenEMR Version
I’m using OpenEMR version 6.1.0
Browser:
I’m using: Chrome
Operating System
I’m using: Win10 Pro 64bit
Logs
Did you check the logs?
Was there anything pertinent in them?
Please paste them here (surround with three backticks (```) for readability.
You can also turn on User Debugging under Administration->Globals->Logging User Debugging Options=>All
Hello @Jose_Jabe
I’m pretty sure what you’re trying to change is controlled by the code that gets its parameters from the ‘Date Display Format’ global setting in Administration/ Globals/ the Locale tab; see the pic below.
You’d need to add that option to the existing ones but it would be no trivial matter since your desired format has an extra field which would need to be accommodated wherever the date appears in the EMR.
Or maybe just for the appointments report you could locate a chunk of code that would look up or calculate the day of the week for any calendar date, and have it insert that into the report?
WHY I need it ?
Well , sometimes. patients can come to appointments only on specific day of the week… when there is appointment cancelation, I have to reschedule next week but on same week day… with this addition, just looking the report I can make reschedule faster.