I'm having a bit of trouble wrapping my head around this problem. I'm still a novice at coding but any help would be appreciated.
Given this list:
[['https://www.tesla.com/careers/search/job/quality-inspection-engineer-general-assembly-81255', 'Engineering & Information Technology', 'Fremont, California', '01/11/2021'], ['https://www.tesla.com/careers/search/job/software-factory-firmware-integration-engineering-internship-fall-2021-80356', 'Engineering & Information Technology', 'Fremont, California', '12/29/2020'], ['https://www.tesla.com/careers/search/job/product-support-engineer-infotainment-78566', 'Engineering & Information Technology', 'Palo Alto, California', '12/03/2020'], ['https://www.tesla.com/careers/search/job/data-engineer-energy-operations-asset-management-79956', 'Engineering & Information Technology', 'Fremont, California', '12/21/2020'], ['https://www.tesla.com/careers/search/job/staff-software-engineer-battery-engineering-80562', 'Engineering & Information Technology', 'Fremont, California', '01/03/2021'], ['https://www.tesla.com/careers/search/job/antenna-ota-test-technician-79281', 'Engineering & Information Technology', 'Fremont, California', '12/14/2020']]
How would I go about sorting this list using the date given in each sub-list?