Skip to contents

This function calculates the number of days until the next game for a team.

Usage

calc_days_next_game(game_count, game_date)

Arguments

game_count

The count of games for the season.

game_date

The date of the current game.

Value

A numeric value representing the days until the next game.