首页    >    中文手册    >   常用函数-mysql2date()

常用函数-mysql2date()

说明

将mysql格式的日期翻译成php函数date()可接收的格式

用法

mysql2date($dateformatstring, $mysqlstring, $translate = true)

其中

$dateformatstring——规定的输入格式。php函数date()可接收的格式。

$mysqlstring——输入的字符串,可能是mysql数据库的输出值。

$translate (可选,默认为true)——将格式转换为本地。

 

 

分类:中文手册

* 版权声明:作者WordPress啦! 转载请注明出处。