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/date2jul.html

    r338 r402  
    270270          <h3>Examples</h3><div class="preformat"> 
    271271 
    272  IDL> jday = juldate(19930124) 
    273  IDL> print, date2jul(19931205) EQ julday(12,5,1993) 
     272   IDL> jday = juldate(19930124) 
     273   IDL> print, date2jul(19931205) EQ julday(12,5,1993) 
    274274       1 
    275  IDL> print, date2jul(931205,/grads) EQ julday(12,5,1993) 
     275   IDL> print, date2jul(931205,/grads) EQ julday(12,5,1993) 
    276276       1 
    277  IDL> print, date2jul(19931205.5d) EQ julday(12,5,1993,12,0,0) 
     277   IDL> print, date2jul(19931205.5d) EQ julday(12,5,1993,12,0,0) 
    278278       1 
    279  IDL> print, date2jul(19931205.0d) EQ julday(12,5,1993,0,0,0) 
     279   IDL> print, date2jul(19931205.0d) EQ julday(12,5,1993,0,0,0) 
    280280       1 
    281281</div> 
     
    283283           
    284284          <h4>Version</h4><div class="preformat"> 
    285  $Id: date2jul.pro 329 2007-12-20 17:12:44Z smasson $ 
     285 $Id: date2jul.pro 371 2008-08-07 09:32:02Z pinsard $ 
    286286</div> 
    287287          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.