![]() |
ChatGPT 8/14/2025 |
Hi Eirik, It sounds like you're experiencing an issue with the calendar view in PHPRunner where the overview is displaying time in AM/PM format, despite your settings for a 24-hour clock. This can sometimes happen due to language settings or specific configurations in PHPRunner. Here are some steps you can take to try and resolve the issue:
Remember to back up your project before making any changes, and test any modifications in a development environment first. I hope this helps! Let me know if you need further assistance. Best regards, |
E
|
Eirik author 8/14/2025 |
Version and screenshot of the issue :
|
C
|
Chris Whitehead 8/15/2025 |
The calendar view does display 24 hour when I have them set to English UK, but if the time is on the hour then it displays as an integer rather than hours:minutes. This is on V11.1 build 43661 I do have the start and end times stored in the table as a datetime object and splitting on select due to the data being in an existing table, not sure if that's related. `start`,
|