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

    r338 r402  
    123123 
    124124     
    125  Used to pass keywords to <proidl>string</proidl> function 
     125 Used to pass keywords to <a href="/Applications/itt/idl64/help/online_help/STRING.html">STRING</a> function 
    126126 
    127127     
     
    130130    <h3>Examples</h3><pre> 
    131131 
    132  IDL> print, date2string(19900123) 
     132   IDL> print, date2string(19900123) 
    133133    Jan 23, 1990 
    134  IDL> print, date2string(19900123, format = '(C(CMOA))') 
     134   IDL> print, date2string(19900123, format = '(C(CMOA))') 
    135135    JAN 23, 1990 
    136136 
     
    138138     
    139139    <h4>Version</h4> 
    140  $Id: date2string.pro 327 2007-12-13 16:22:35Z pinsard $ 
     140 $Id: date2string.pro 378 2008-08-12 12:35:46Z pinsard $ 
    141141 
    142142    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.