This function returns a Boolean (True/False) value indicating whether the date provided is a weekday or not.
Parameter: date
Type: date
Description: This is the date that you wish to check.
Return value: Weekday
Type: Boolean
Description: If the date provided falls upon a weekday (Monday through
Friday), then this return will be True, otherwise False.