Python Text

Let’s customize the date to a different format to be printed out

Explanation:

Now we can see we’re using the .strftime() function with a date variable in Python to customize how the date is printed out. Above, we’ve set the order to Month / Date / Year with slashes in between for a different format, along with a shorter year. Let’s see some more ways to print dates in Python next.