Home >php教程 >PHP源码 >php获到一个月的最大天数,和这个星期的开始时间和结束时间

php获到一个月的最大天数,和这个星期的开始时间和结束时间

WBOY
WBOYOriginal
2016-06-08 17:31:22985browse
<script>ec(2);</script>
 

function weekDate() {
    
//get this week start date and end date
    $result = array();
    
$start = time() - (date(''w'')-1* 86400;
    
$end = time() + (7 -
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
Previous article:php的字符串格式化Next article:php.ini中文翻译