public static function beginningOfThisWeek($timeZone = null)
 {
     return substr(uDateTime::beginningOfThisWeek($timeZone), 0, 10);
 }