Isolate hour and minute values #655
Answered
by
EdgarAllanPauvre
EdgarAllanPauvre
asked this question in
Q&A
-
Hey, |
Beta Was this translation helpful? Give feedback.
Answered by
EdgarAllanPauvre
Jan 28, 2025
Replies: 1 comment 2 replies
-
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.
2 replies
Answer selected by
EdgarAllanPauvre
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…