Screen Shot 2015-03-18 at 11.34.55 PM

 

We first use datetime to print the date and time in a nice format. we then create a variable called ‘now’ and store the result of datetime.now() in it. we then print the value of ‘now’. we extract each information month, day, year by printing each of them. we finally combined the nice format of the time and date.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *