как я могу получить диапазон дат на прошлой неделе в php?
см. мои коды ниже:
<?php
function get_last_week_dates(){
// how can i get the date range last week ?
// ex: today is 2014-2-8
// the week date range of last week should be '2014-1-26 ~ 2014-2-1'
}
?>