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_html_output/Calendar/monthname.html

    r249 r321  
    156156         
    157157            <div class="comments"> 
    158  Used to pass keywords 
     158 Used to pass keywords to <proidl>string</proidl> function 
    159159</div> 
    160160             
     
    162162 
    163163          <h3>Examples</h3><div class="preformat"> 
    164  IDL> name=monthname(2) 
     164   IDL> print, monthname([2,3]) 
     165   February March 
     166   IDL> print, monthname(2, format='(C(CMOA0))') 
     167   FEBRUARY 
     168   IDL> print, monthname(2, format='(C(CmoA03,":"))') 
     169   feb 
    165170</div> 
    166171          <h3>Version history</h3> 
    167172           
    168173          <h4>Version</h4><div class="preformat"> 
    169  $Id: monthname.pro 231 2007-03-19 17:15:51Z pinsard $ 
     174 $Id: monthname.pro 318 2007-12-03 14:21:21Z smasson $ 
    170175</div> 
    171176          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.