|
Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006
[PHP] Why not use date () function output current time [code]echo Date ( "Ymd H:i:s"). Time () ;[/code]
This code can not import anything, how else ah, the two functions were also ineffective. |
<?
$date = Date ( "Ymd H:i:s");
Echo $date;
?> |
Date ( 'Ymd H:i:s', time ());
Manual do not do not drop. |
Study
1 |
|