This can be done using the datetime constructor, which takes arguments for the year, month, day, hour, minute, second, and microsecond. Once you have a datetime object, you can call the strftime() function on it to generate a formatted string....