Exercise

Parsing dates

In this exercise you will practice parsing dates in Python. While often data pulled from a database will be correctly formatted, other data sources can be less nice. Knowing how to properly parse dates is crucial to get the data in a workable format. For reference refer to https://strftime.org/ throughout this exercise to see date format to use.

Instructions 1/4

undefined XP
    1
    2
    3
    4

Provide the correct format for the following date:

Saturday January 27, 2017