/[papo]/papo/forms/printing.py
ViewVC logotype

Diff of /papo/forms/printing.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by styxman, Fri Apr 4 21:47:27 2003 UTC revision 1.3 by styxman, Fri Apr 4 21:48:37 2003 UTC
# Line 27  def previewPrint (table): Line 27  def previewPrint (table):
27    
28      remove (file)      remove (file)
29    
30  def printDate ():  def printDate (size= 80):
31      import time      import time
32    
33      return printField ('Fecha: %s' % time.strftime ('%d/%m/%Y'), 80, 'r')      return printField ('Fecha: %s' % time.strftime ('%d/%m/%Y'), size, 'r')

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26