代码改变世界

随笔分类 -  php函数

PHP: Get start and end dates of a week from date(‘W’) [转]

2012-07-10 16:03 by tetang1230, 353 阅读, 收藏,
摘要: PHP: Get start and end dates of a week from date(‘W’)First off, from thePHP.net Manual, the ‘W’ inside the date() function returns the week number for a year.WeekISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0)Example: 42 (the 42nd week in the year)A quick example of date( 阅读全文