Ignore:
Timestamp:
12/03/07 16:41:25 (17 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Calendar/monthname.html

    r249 r321  
    122122 
    123123     
    124  Used to pass keywords 
     124 Used to pass keywords to <proidl>string</proidl> function 
    125125 
    126126     
     
    128128 
    129129    <h3>Examples</h3><pre> 
    130  IDL> name=monthname(2) 
     130   IDL> print, monthname([2,3]) 
     131   February March 
     132   IDL> print, monthname(2, format='(C(CMOA0))') 
     133   FEBRUARY 
     134   IDL> print, monthname(2, format='(C(CmoA03,":"))') 
     135   feb 
    131136 
    132137    </pre><h3>Version history</h3> 
    133138     
    134139    <h4>Version</h4> 
    135  $Id: monthname.pro 231 2007-03-19 17:15:51Z pinsard $ 
     140 $Id: monthname.pro 318 2007-12-03 14:21:21Z smasson $ 
    136141 
    137142    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.