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?
Khrista
New
Please let me know how to display 24 hour format
Thank you.
0
Comments
Sorry, I wish I could delete question...
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.
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.