Wordpress Document

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

get_the_time

概要

現在表示中の投稿の投稿時刻をプログラム中で使用出来るように返します。The Loopの中で使用しなければなりません
Version1.5で使用出来ます。
時刻を表示するにはthe_time()を使用して下さい。

用法

<?php get_the_time('format'); ?>

引数

format (string)

(string)
表示する時刻の形式を指定します

用例

-