Home  >  Article  >  Backend Development  >  PHP outputs the current date, time and day of the week_PHP tutorial

PHP outputs the current date, time and day of the week_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 17:43:211291browse

PHP outputs the current date, time and day of the week

$week= array (day, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday);

echo date(m, d, year Y).week.$week[date(w)];

//The output result is Saturday, April 16, 2011

?>

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/478838.htmlTechArticlePHP outputs the current date, time and week?php $week= array(day, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday); echo date(Y year m month d day).week.$week[date(w)]; //The output result is Saturday, April 16, 2011?...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn