On 2007-02-03, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I am trying to work out a regular expression in a PyQt
> environment for time in hh:mm:ss format. Any suggestions?

After you find your time in hh:mm:ss format, be sure to check out
time.strptime for a quick conversion.

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

Reply via email to