开发者 | Alex Coles |
---|---|
更新时间 | 2008年5月16日 04:08 |
PHP版本: | 2.0 及以上 |
WordPress版本: | 2.5.1 |
uktime.php
file to the /wp-content/plugins
directoryPlugins
menu in WordPress<?php the_time() ?>
to display the time and <?php the_date()
to display the date.*
<?php the_time('F jS, Y') ?>
. The UK Time plugin will not modify any times and dates which do not use the global date and time format. To adjust the global date and time format, go to the Settings
menu in WordPress.