根据给定的格式字符对 $timestamp 格式化并返回数字结果。$timestamp 为可选项,默认值为本地当前时间,即 time() 的值。 和 date() 不同, idate() 只接受一个字符作为 $format 参数。
int idate ( string $format [, int $timestamp ] )