• Resolved kanngard

    (@kanngard)


    I’ve changed the date and time format in the general options page to H:i:s (24 hour format), but the list of posts in the Manage/Posts page presents the times in 12 hour (AM/PM) format. Is this by design or have I missed some setting?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t believe the display in the admin section is affected by the options setting as it is overridden. You will probably have to edit the core files (edit.php) to make a change.

    [Edit]
    Yep, the line is:
    <td><?php the_time(‘Y-m-d \<\b\r \/\> g:i:s a’); ?></td>

    Thread Starter kanngard

    (@kanngard)

    As I suspected. Thanks Beel!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Time format in manage posts’ is closed to new replies.