30 Sep
2002
30 Sep
'02
5:48 p.m.
McDonnell, Larry wrote:
I am running into a wall when it comes to populating the variable arch_date with ZopeTime. I have a web form that I need to generate an audit trail. Before I write the updated record, I dtml-in the active table and write the "old" information in an archive table. I added a date field (arch_date) to the archive table but I do not know how to save the variable in my ZSQL Method.
I believe that DateTime is in fact a float and that you will probably need to convert it to a string of the correct format. Then your database will probably automatically convert it to an internal date format. regards Max M
<evolve>