Put the following code into the designated display location of the web page:
$now_time = time();
$time = gmdate("M d Y", mktime($now_time));
echo $time;
?>
http://www.bkjia.com/PHPjc/631410.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/631410.htmlTechArticlePut the following code into the specified display position of the web page: ?php $now_time = time(); $time = gmdate (M d Y, mktime($now_time)); echo $time; ?...