home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / TM12_TIP.ZIP / 543.TXT < prev    next >
Text File  |  1991-12-18  |  698b  |  21 lines

  1. Q:  How can I print the date in 'normal' format?
  2.  
  3. A:  In a formletter, quickie-list, etc. you may use the expression:
  4.     ---------------------------------------------------------------
  5.     \/[&cdow(date())+'  '+cmonth(date())+' '+subs(dtoc(date()),1,2)+',
  6.     19'+subs(dtoc(date()),7,2)]
  7.  
  8.  
  9.     In a function key, you may use the expression:
  10.     ----------------------------------------------
  11.     &cdow(date())+'  '+cmonth(date())+' '+subs(dtoc(date()),1,2)+',
  12.     19'+subs(dtoc(date()),7,2)
  13.  
  14.     These examples produce an output like this:
  15.     -------------------------------------------
  16.     Wednesday  December 12, 1991
  17.  
  18. (end 543)
  19. new 06/18/91 drm
  20. indexed on date/formletter
  21.