Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

File:
1 edited

Legend:

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

    r119 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> create a nice and readable format to print a date 
    699  
    700  keyword parameters of string function to specify the format of the month (the C format) can be used 
     698      <div id="file_comments"> 
     699 create a nice and readable format to print a date 
    701700</div> 
    702701 
     
    723722</div> 
    724723 
    725           <h3>Return value</h3><div class="value"> a string containing the date in a easy readable format 
     724          <h3>Return value</h3><div class="preformat"> 
     725 a string containing the date in a easy readable format with the 
     726 same number of elements than yyyymmdd. 
    726727</div> 
    727728 
     
    741742            </h4> 
    742743         
    743           <div class="comments"> the date in the format yyyymmdd 
     744          <div class="comments">  
     745 the date in the format yyyymmdd. Can be scalar or array 
    744746</div> 
    745747             
     
    762764            </h4> 
    763765         
    764             <div class="comments"> used to pass your keywords to the created procedure. 
     766            <div class="comments">  
     767 used to pass your keywords to other procedures, for example 
     768 keyword FORMAT of string function (see example bellow)  
    765769</div> 
    766770             
    767771           
    768772 
    769           <h3>Examples</h3><div class="value">  
    770  
    771     IDL> print, date2string(19900123) 
     773          <h3>Examples</h3><div class="preformat"> 
     774 
     775 IDL> print, date2string(19900123) 
    772776    Jan 23, 1990 
    773     IDL> print, date2string(19900123, format = '(C(CMOA))') 
     777 IDL> print, date2string(19900123, format = '(C(CMOA))') 
    774778    JAN 23, 1990 
    775779</div> 
    776780          <h3>Version history</h3> 
    777781           
    778           <h4>Version</h4><div class="value"> $Id: date2string.pro 118 2006-06-27 15:47:06Z pinsard $ 
    779 </div> 
    780           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     782          <h4>Version</h4><div class="preformat"> $Id: date2string.pro 137 2006-07-12 09:33:44Z smasson $ 
     783</div> 
     784          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    781785 Creation ??? 
    782786 update/review June 2005 Sebastien Masson. 
Note: See TracChangeset for help on using the changeset viewer.