Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Confirmed, module isn't respecting site time format. I have time set up fo 24h format, but this module shows time slot in 12h format in rendered node. Can this be changed?
Thanks for a hint. I just changed "g:i a" (12hr time schema) to "G:i" (24hr time schema). I found three places, where this has to be changed. No problem,
Comments
Comment #1
pwolanin commentedCertainly possible. Where are you seeing this exactly? In the rendered node?
Comment #2
lakyljuk commentedConfirmed, module isn't respecting site time format. I have time set up fo 24h format, but this module shows time slot in 12h format in rendered node. Can this be changed?
Comment #3
pwolanin commentedhmm, I don't recall why, but seems like it's hardcoded in function _timeslots_signup_form($node, $admin).
e,g,:
Comment #4
lakyljuk commentedThanks for a hint. I just changed "g:i a" (12hr time schema) to "G:i" (24hr time schema). I found three places, where this has to be changed. No problem,