-
Hey, |
Beta Was this translation helpful? Give feedback.
Answered by
AnthoSweg
Jan 28, 2025
Replies: 1 comment
-
Managed to do it !
With that done, inside my theme I can request HOURH for hour and HOURM for minutes (HOUR still exists and return the complete time value) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AnthoSweg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Managed to do it !
I modified the stats.py script by adding the following code inside the Date class :
With that done, inside my theme I can request HOURH for hour and HOURM for minutes (HOUR still exists and return the complete tim…