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

    r338 r402  
    225225    <h3>Examples</h3><pre> 
    226226 
    227  IDL> print, jul2date(julday(12,23,1999)) 
     227   IDL> print, jul2date(julday(12,23,1999)) 
    228228     19991223 
    229  IDL> print, jul2date(julday(12,23,1999,12,0,0)) 
     229   IDL> print, jul2date(julday(12,23,1999,12,0,0)) 
    230230        19991224. 
    231  IDL> print, jul2date(julday(12,23,1999,12,0,0)), format='(f11.2)' 
     231   IDL> print, jul2date(julday(12,23,1999,12,0,0)), format='(f11.2)' 
    232232 19991223.50 
    233  IDL> print, jul2date(julday(12,23,1999,0,0,0)), format='(f11.2)' 
     233   IDL> print, jul2date(julday(12,23,1999,0,0,0)), format='(f11.2)' 
    234234 19991223.00 
    235235 
     
    237237     
    238238    <h4>Version</h4> 
    239  $Id: jul2date.pro 327 2007-12-13 16:22:35Z pinsard $ 
     239 $Id: jul2date.pro 371 2008-08-07 09:32:02Z pinsard $ 
    240240 
    241241    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.