You receive a date and need to know what day of the week it is.
Create a program that takes in a string containing a date, and outputs the day of the week.
A string containing a date in either "MM/DD/YYYY" format or "Month Day, Year" format.
A string containing the day of the week from the provided date.
11/19/2019
Tuesday
19 November 2019 is a Tuesday.