Document Home | All Tag List
>>Material Top >> Wordpress Document >> Date and Time Tags >> get_the_time()
現在表示中の投稿の投稿時刻をプログラム中で使用出来るように返します。The Loopの中で使用しなければなりませんVersion1.5で使用出来ます。時刻を表示するにはthe_time()を使用して下さい。
<?php get_the_time('format'); ?>
-