Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How to display 24 hour format in Time Zone Adjust plugin?

Please let me know how to display 24 hour format
Thank you.

Comments

  • Sorry, I wish I could delete question...

  • peregrineperegrine MVP
    edited December 2012

    you could modily the time formats in the the plugin in default.php

    or in plugins/TimeZoneAdjust/locale/en-Ca.php

    change line

    $Definition['|| F j h:iA'] = '| F j h:iA ';

    to

    $Definition['|| F j h:iA'] = '| F j H:i ';

    or add the definition to your locale.php

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • peregrineperegrine MVP
    edited December 2012

    Sorry, I wish I could delete question..

    me too. I wish I didn't answer.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • So sorry. I already figured it out (good documentation) and did not want to let anybody else working. That's what I meant. Sorry.

  • no worries.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.