Codoforum related discussions
(SOLVED) Time change (12hr to 24hr)

Hello,

Like in topic, is there any Chance to change time show?

From

posted at 5:24 pm

into

posted at 17:24

Hello, Like in topic, is there any Chance to change time show? From > posted at 5:24 pm into > posted at 17:24
edited Nov 17 '14 at 3:31 pm
<?php
echo "posted at ". date('G:i A');
?>
```` &amp;lt;?php echo &amp;quot;posted at &amp;quot;. date(&#039;G:i A&#039;); ?&amp;gt; ````
edited Nov 17 '14 at 7:57 am

You will have to edit the time formatter class Time.php in
sys/CODOF/Time.php

Around line 64, apply @aimad's solution.

You will have to edit the time formatter class `Time.php` in `sys/CODOF/Time.php` Around line 64, apply @aimad&#039;s solution.

@Gerry
That worked smile

At lines 61, 64, 68 change

'g:i a'

into

'G:i a'

but if you don't want to have "pm/am" you have to change them into

'G:i'

Greetings smile

@Gerry That worked :) At lines 61, 64, 68 change ```` &#039;g:i a&#039; ```` into ```` &#039;G:i a&#039; ```` but if you don&#039;t want to have &amp;quot;pm/am&amp;quot; you have to change them into ```` &#039;G:i&#039; ```` Greetings :)
edited Nov 17 '14 at 3:31 pm
155
3
3
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft