Problem is if we chose today as the endDate => we will be trying to retrieve data that does not yet exist. We are using daily summaries for weather history. Today's weather history does not yet exist. Have to check on dates that are in the future of today.
Not quite done. Might be simple change of > to >= but not sure. Nonetheless, not working if designating endDate in the future. May work if using today but not work if specify anything further out.
Problem is if we chose today as the endDate => we will be trying to retrieve data that does not yet exist. We are using daily summaries for weather history. Today's weather history does not yet exist. Have to check on dates that are in the future of today.