in the previous lab, we assumed that the provided date would be in the valid format. in this lab, we will do our due diligence to verify that the provided date list does indeed contain a proper date. note: we are using the us format for strings: //. for example, 01/02/2022 can be represented as ['01', '02', '2022'], which represents january 2nd, 2022.