/ Published in: Python
URL: http://www.saltycrane.com/blog/2008/06/how-to-get-current-date-and-time-in/
Always gives me fits.
Expand |
Embed | Plain Text
import datetime now = datetime.datetime.now()
You need to login to post a comment.
URL: http://www.saltycrane.com/blog/2008/06/how-to-get-current-date-and-time-in/
Always gives me fits.
import datetime now = datetime.datetime.now()
You need to login to post a comment.