Ignore:
Timestamp:
12/03/07 15:21:21 (17 years ago)
Author:
smasson
Message:

header cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Calendar/monthname.pro

    r231 r318  
    1111; 
    1212; @keyword _EXTRA 
    13 ; Used to pass keywords 
     13; Used to pass keywords to <proidl>string</proidl> function 
    1414; 
    1515; @returns 
     
    1717; 
    1818; @examples 
    19 ; IDL> name=monthname(2) 
     19;   IDL> print, monthname([2,3]) 
     20;   February March 
     21;   IDL> print, monthname(2, format='(C(CMOA0))') 
     22;   FEBRUARY 
     23;   IDL> print, monthname(2, format='(C(CmoA03,":"))') 
     24;   feb 
    2025; 
    2126; @history 
Note: See TracChangeset for help on using the changeset viewer.