是否在循环外显示今天的日期?

时间:2013-02-14 作者:jay

有没有办法在任何循环/帖子之外使用WordPress日期/时间函数而不是使用PHP显示今天的日期date() 作用我正在使用PHPdate() 函数,但它不会用本地语言翻译日期(月/日名称),因此如果不更改PHP代码和设置区域设置等,就无法翻译日期。

1 个回复
最合适的回答,由SO网友:fuxia 整理而成

Use date_i18n() from wp-includes/functions.php.

/**
 * Retrieve the date in localized format, based on timestamp.
 *
 * If the locale specifies the locale month and weekday, then the locale will
 * take over the format for the date. If it isn\'t, then the date format string
 * will be used instead.
 *
 * @since 0.71
 *
 * @param string $dateformatstring Format to display the date.
 * @param int $unixtimestamp Optional. Unix timestamp.
 * @param bool $gmt Optional, default is false. Whether to convert to GMT for time.
 * @return string The date, translated if locale specifies it.
 */
function date_i18n( $dateformatstring, $unixtimestamp = false, $gmt = false )
结束

相关推荐

UPDATE_POST_META()在SAVE_POST中不起作用

我在自定义帖子中向metabox添加了一些文本输入字段。现在,每当我在管理面板的文本字段中放入一些数据并单击“保存”时,所有数据都会消失。代码如下:<?php function swpd_render_info_fields() { ?> <label for=\"swpd_comany_addr\">Company Address</label> <input type=\"text\" name=