public static function getNumericDayOfWeek()
 {
     return DateUtils::getTime('%w');
 }