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

    r338 r402  
    254254          <h3>Examples</h3><div class="preformat"> 
    255255 
    256  IDL> print, jul2date(julday(12,23,1999)) 
     256   IDL> print, jul2date(julday(12,23,1999)) 
    257257     19991223 
    258  IDL> print, jul2date(julday(12,23,1999,12,0,0)) 
     258   IDL> print, jul2date(julday(12,23,1999,12,0,0)) 
    259259        19991224. 
    260  IDL> print, jul2date(julday(12,23,1999,12,0,0)), format='(f11.2)' 
     260   IDL> print, jul2date(julday(12,23,1999,12,0,0)), format='(f11.2)' 
    261261 19991223.50 
    262  IDL> print, jul2date(julday(12,23,1999,0,0,0)), format='(f11.2)' 
     262   IDL> print, jul2date(julday(12,23,1999,0,0,0)), format='(f11.2)' 
    263263 19991223.00 
    264264</div> 
     
    266266           
    267267          <h4>Version</h4><div class="preformat"> 
    268  $Id: jul2date.pro 327 2007-12-13 16:22:35Z pinsard $ 
     268 $Id: jul2date.pro 371 2008-08-07 09:32:02Z pinsard $ 
    269269</div> 
    270270          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.