How to change punchcard to use 24h time? #2391
-
I'd love to have 24h time on the punchcard as an option, as the am/pm thing is mostly specific to the English language and most other languages use 24h time. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
You can change the formatting method in punchcard.js for changing this before an update. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to do that without modifying the js in the jar? |
Beta Was this translation helpful? Give feedback.
-
https://github.com/plan-player-analytics/Plan/wiki/Html-Customization There is a link to the wiki in the README on Repo root |
Beta Was this translation helpful? Give feedback.
-
Perfect. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Following change uses 24 hour clock
See http://www.php.net/manual/en/function.strftime.php for format reference |
Beta Was this translation helpful? Give feedback.
Following change uses 24 hour clock
See http://www.php.net/manual/en/function.strftime.php for format reference