addDate()
Add date to the report.
Usage
addDate( date = None )
Parameters
- date (string)
- Date (for example, 09/17/2009). If none, the current date will be used.
Return Value
None
Description
This routine adds the date to the report. The date is given by date. For
example,
rep.addDate( "10/24/09" )