Anyone know of something that works like time.strptime(), but for
other languages? Specifically, Dutch (ex: "31 augustus 2005, 17:26")
and German?

Thinking out loud... since "31 augustus 2005, 17:26" is only different
by month name, I suppose I could just substitute the month name using
a translation table for English to Dutch month names.

--
Adam Monsen
http://adammonsen.com/

(crossposted to Seattle Python Users List)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to