![]() |
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`,
|
E
|
Eirik author 8/18/2025 |
Hi In py project too I get the same when switching to languar English and regional settings to English UK (24 hours display with no display of minutes on full hours). Changed back to Norwegian NB settings and it fall backs to AM/PM display. Setting the language to Norwegian makes the day display in Norwegian and the time to be in 24 hours display but with same issue as with UK regional settings. BR |
C
|
Chris Whitehead 8/18/2025 |
Might be worth putting a ticket on for this then as it must be a bug. I'll put one on for the UK time issue. |
C
|
Chris Whitehead 8/19/2025 |
@Eirik I've put a support ticket on for the UK time issue, I'll leave you to put a add one for the Norwegian issue as you can explain it better than me. |
E
|
Eirik author 8/19/2025 |
Hi Did a test on the FullCalendar home page where You have a demo to run. It is excact the samme issues there so it is not specific to PHPRunner. BR |
C
|
Chris Whitehead 8/19/2025 |
@Eirik, Timezone was ok, I tried that switched the Locale to Uk and the time removed the trailing zeros, so it's maybe something we can't fix in PHPRunner. |