Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Franky

    (@liedekef)

    Not possible with those for now since they use the php date parameter “h” for hour since the beginning, and you want “g”.
    But you can use regular placeholders for this:

    #_{g:i A}
    and
    #@_{g:i A}

    Should give you what you want.

    I also added #_12HSTARTTIME_NOLEADINGZERO and #_12HENDTIME_NOLEADINGZERO to the next version, also taking into account the optional removal of leading zeros for minutes.

    Thread Starter Greybox

    (@greybox)

    Works perfectly fine! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove leading zeros in #_12HSTARTTIME / #_12HENDTIME’ is closed to new replies.