Re: date to digit



try time.strptime() , and then time.time() - see documentation
(http://docs.python.org/lib/module-time.html)

.