淘先锋技术网

首页 1 2 3 4 5 6 7

如何利用php获取当前具体日期时间?

使用date函数。date ( string $format [, int $timestamp ] )返回将整数 timestamp 按照给定的格式字串而产生的字符串。如果没有给出时间戳则返回本地当前时间。