Ignore:
Timestamp:
06/09/06 17:18:59 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Obsolete *.pro files for better idldoc output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/juldate.html

    r89 r97  
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments"> you better use date2jul 
     90  gives julian date equivalent of a date in vairmer  
     91           ( yymmdd or yyyymmdd ) format  
     92           sets month, day and year to the corresp values 
     93</div> 
    9094 
    9195       
     
    102106        <div class="routine_details" id="_juldate"> 
    103107 
    104           <h2><a class="top" href="#container">top</a>juldate </h2> 
     108          <h2><a class="top" href="#container">top</a>juldate <span class="warning">obsolete</span> <span class="categories"> calendar 
     109</span></h2> 
    105110         
    106111          <p class="header"> 
    107112            <span class="result">result = </span>juldate(<span class="result"><a href="#_juldate_param_vvdate">vvdate</a></span>, <a href="#_juldate_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    108113         
    109           <div class="comments"> 
    110  NAME: juldate 
    111  
    112        OBSOLETE: you better use date2jul 
    113  
    114  PURPOSE:  gives julian date equivalent of a date in vairmer  
    115            ( yymmdd or yyyymmdd ) format  
    116            sets month, day and year to the corresp values 
    117  
    118  CATEGORY: bidouilles dates 
    119  
    120  CALLING SEQUENCE:  date = juldate(930124) 
    121  
    122  INPUTS:date de la forme yymmdd ou yyyymmdd 
    123  
    124  KEYWORD PARAMETERS: 
    125  
    126        /VRAIDATE: pour ne pas transformer l''annnee 01 en 1901  
    127        /GRADS: if  1 le year le 49 then year = 2000+year 
    128                if 50 le year le 99 then year = 1900+year 
    129  
    130  OUTPUTS:date en jour julien 
    131  
    132  COMONTHON BLOCKS: 
    133         common.pro      vraidate 
    134  
    135  SIDE EFFECTS: 
     114          <div class="comments"></div> 
     115 
     116          <h3>Return value</h3><div class="value"> date en jour julien 
    136117   l'annee 0 n'existant pas, qd year est nulle on calcule le 
    137118     jour julien de l'annee -1. 
     
    142123 
    143124           
    144  
    145            
    146125            <h3>Parameters</h3> 
    147126         
    148127             
    149128            <h4 id="_juldate_param_vvdate">vvdate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    150                
     129              <span class="attr">in</span> 
    151130               
    152131               
     
    158137            </h4> 
    159138         
    160           <div class="comments"></div> 
     139          <div class="comments"> date de la forme yymmdd ou yyyymmdd 
     140</div> 
    161141             
    162142 
     
    182162           
    183163 
    184            
    185            
    186            
    187            
    188            
    189            
    190            
    191            
    192            
    193            
    194            
    195            
    196          
    197            
    198            
    199            
    200            
     164          <h3>Examples</h3><div class="value">  
     165 IDL> date = juldate(930124) 
     166</div> 
     167          <h3>Version history</h3> 
     168           
     169           
     170          <h4>History</h4><div class="value"> Jerome Vialard  (jv@lodyc.jussieu.fr) 
     171 2/7/98</div> 
     172           
     173           
     174          <h3>Known issues</h3> 
     175          <h4>Obsolete</h4><div class="value"> 
     176</div> 
     177           
     178           
     179           
     180         
     181          <h3>Other attributes</h3> 
     182           
     183           
     184          <h4>Uses routines</h4><div class="value"> common.pro vraidate 
     185</div> 
    201186           
    202187           
Note: See TracChangeset for help on using the changeset viewer.