Override examples
There are a bajillion options for overriding values in Form Folder fields. Here are a few.
DateTime tricks
Creating a date/time stamp
You can use the override option to insert a time stamp in a string field. The override looks like this:
python:DateTime().strftime('%Y%M%d %H:%M:%S')
The result would look like this:
20070621 14:42:56
The strftime options are documented in the python documentation for time

