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