Tribe__Date_Utils::isWeekday( $curdate )
Deprecated camelCase version of self::is_weekday
Contents
Parameters
- $curDate
-
(int) (Required) A timestamp.
Return
(bool) If the timestamp is a weekday.
Source
File: src/Tribe/Date_Utils.php
public static function isWeekday( $curdate ) {
_deprecated_function( __METHOD__, '3.11', __CLASS__ . '::is_weekday' );
return self::is_weekday( $curdate );
}