NateM wrote:
> Thank you!  If I am reading in dates as strings from a text file, like
> "5/11/1998", how do I convert that to a format I can pass into mktime?
> Thanks again.
> 
Check time.strptime()
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to