> Most > will have functions like str[pf]time that could be used to similar > effect.
In mysql this is: str_to_date( '21/02/2008', '%d/%m/%Y') and oracle: to_date( '21/02/2008', 'dd-mm-yyyy') Cheers, -- http://mail.python.org/mailman/listinfo/python-list