• It returns the time in the format “08:09 AM” instead of the seconds since beginning of the UNIX-time.
    What’s going wrong?

Viewing 1 replies (of 1 total)
  • Works okay for me using the WordPress Default theme’s wp-content/themes/default/index.php and replacing:

    <?php endwhile; ?>

    with

    <?php
    echo 'unix time is :'. get_the_time('U');
    ?>
    <?php endwhile; ?>

Viewing 1 replies (of 1 total)

The topic ‘get_the_time(‘U’); doesn’t work’ is closed to new replies.