WordPress常用函数get gmt from date
来自站长百科
导航: 上一页 | 首页 | WordPress中文论坛 | WordPress主机 | CMS程序 | 论坛程序 | ECShop | ShopNC | PowerEasy
说明[ ]
返回GTM格式的时间
所返回格式为 Y-m-d H:i:s (年-月-日 小时:分:秒)。减去'gmt_offset'选项值。
用法[ ]
<?php get_gmt_from_date( $string ) ?>
参数
$string
(字符串)(必需)需要修改格式的时间/日期
默认值:None
返回的值
(字符串)
GMT格式的日期
示例[ ]
注释
用法:用 get_option()检索'gmt_offset' 的选项
函数历史
始见于1.2.0版本
源文件
get_gmt_from_date()位于 wp-includes/formatting.php中。
‹ 常用函数-get_date_from_gmt() 向上 常用函数-get_lastpostdate() ›