Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/date2string.html

    r338 r402  
    157157         
    158158            <div class="comments"> 
    159  Used to pass keywords to <proidl>string</proidl> function 
     159 Used to pass keywords to <a href="/Applications/itt/idl64/help/online_help/STRING.html">STRING</a> function 
    160160</div> 
    161161             
     
    164164          <h3>Examples</h3><div class="preformat"> 
    165165 
    166  IDL> print, date2string(19900123) 
     166   IDL> print, date2string(19900123) 
    167167    Jan 23, 1990 
    168  IDL> print, date2string(19900123, format = '(C(CMOA))') 
     168   IDL> print, date2string(19900123, format = '(C(CMOA))') 
    169169    JAN 23, 1990 
    170170</div> 
     
    172172           
    173173          <h4>Version</h4><div class="preformat"> 
    174  $Id: date2string.pro 327 2007-12-13 16:22:35Z pinsard $ 
     174 $Id: date2string.pro 378 2008-08-12 12:35:46Z pinsard $ 
    175175</div> 
    176176          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.