Please let me know how to display 24 hour format Thank you.
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.
Sorry, I wish I could delete question..
me too. I wish I didn't answer.
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.
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.