Пример #1
0
 public static function beginningOfLastWeek($timeZone = null)
 {
     return substr(uDateTime::beginningOfLastWeek($timeZone), 0, 10);
 }