On 05/12/2010 18:20, Alan Harris-Reid wrote:
Hi,
When committing data that has originally come from a webpage, sometimes
data has to be converted to a data type or format which is suitable for
the back-end database. For instance, a date in 'dd/mm/' format needs
to be converted to a Python d
Hi,
When committing data that has originally come from a webpage, sometimes
data has to be converted to a data type or format which is suitable for
the back-end database. For instance, a date in 'dd/mm/' format
needs to be converted to a Python date-object or '-mm-dd' in order
to be