PDA

View Full Version : Python datetime information/syntax info?



Gadren
March 13th, 2006, 07:06 AM
I'm planning on writing a Discordian calendar converter this week, but in order to do that I'll be using the datetime functions in my Python program. However, after much Googling, I've been unable to find any good websites that help list how the syntax works for them. Can someone help me?

Sendervictorius
March 13th, 2006, 11:35 AM
Python datetime module is part of the python standard library.
http://docs.python.org/lib/module-datetime.html

ssam
March 14th, 2006, 12:08 AM
i recomend the book Python cookbook from o'reily. it has a chapter on date functions (plus many more useful chapters).