Hi all. I'd like to be able to use the python dateutils module, but I can't find it. Is there a place where some of these modules live? Is there a way to install them otherwise?
thanks,
-Johnny
thanks,
-Johnny
Code: Select all
#!/usr/bin/python
from datetime import *
NOW = datetime.now()
TODAY = date.today()
print NOW
print TODAY