WordPress常用函数mysql2date
来自站长百科
导航: 上一页 | 首页 | WordPress中文论坛 | WordPress主机 | CMS程序 | 论坛程序 | ECShop | ShopNC | PowerEasy
说明[ ]
将mysql格式的日期翻译成php函数date()可接收的格式
用法[ ]
mysql2date($dateformatstring, $mysqlstring, $translate = true)
其中
$dateformatstring——规定的输入格式。php函数date()可接收的格式。
$mysqlstring——输入的字符串,可能是mysql数据库的输出值。
$translate (可选,默认为true)——将格式转换为本地。