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/jul2date.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%; 
     
    681681<div id="secondary_navbar"> 
    682682 
    683 <a href="daysinmonth.html?format=raw">&lt;&lt;prev file</a> | <a href="leapyr.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="jul2date.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
     683<a href="daysinmonth.html?format=raw">&lt;&lt;prev file</a> | <a href="julday.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="jul2date.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
    684684 
    685685</div> 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> gives yyyymmdd date equivalent of a julian day 
     698      <div id="file_comments"> 
     699 gives yyyymmdd date equivalent of a Julian day 
    699700</div> 
    700701 
     
    721722</div> 
    722723 
    723           <h3>Return value</h3><div class="value"> date in yyyymmdd format 
     724          <h3>Return value</h3><div class="preformat">  
     725 date in yyyymmdd format 
    724726</div> 
    725727 
     
    739741            </h4> 
    740742         
    741           <div class="comments"> julian day 
     743          <div class="comments">  
     744 Julian day 
    742745</div> 
    743746             
     
    747750           
    748751 
    749           <h3>Examples</h3><div class="value">  
    750  
    751     IDL> print, jul2date(julday(12,23,1999)) 
     752          <h3>Examples</h3><div class="preformat"> 
     753 
     754 IDL> print, jul2date(julday(12,23,1999)) 
    752755        19991223 
    753756</div> 
    754757          <h3>Version history</h3> 
    755758           
    756           <h4>Version</h4><div class="value"> $Id: jul2date.pro 118 2006-06-27 15:47:06Z pinsard $ 
    757 </div> 
    758           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     759          <h4>Version</h4><div class="preformat"> $Id: jul2date.pro 137 2006-07-12 09:33:44Z smasson $ 
     760</div> 
     761          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    759762                       June 2005 
    760763</div> 
Note: See TracChangeset for help on using the changeset viewer.