I would like to find solution for converting date to day of the week (using Python). The day's format for example:
'28 Jan 2020' should return Tuesday.
I was looking for solution here, but couldn't find for this specific format. Does anybody can help with solution?