Ignore:
Timestamp:
11/17/09 12:55:28 (15 years ago)
Author:
pinsard
Message:

start to add examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/def_month.pro

    r170 r172  
    22; 
    33; translate month number in string 
     4; 
     5; @param timave {in}{required} 
     6; 
     7; @param date {in}{required} 
     8; 
     9; @examples 
     10; 
     11; IDL> date='186001' 
     12; IDL> timave='1m@t412' 
     13; IDL> mn = def_month(timave, date) 
     14; IDL> print, mn 
     15; January 
     16; 
     17; IDL> timave='1mm' 
     18; IDL> date='01_1860-1959' 
     19; IDL> mn = def_month(timave, date) 
     20; IDL> print, mn 
     21; January 
     22; 
     23; @returns 
     24; month name 
    425; 
    526; @uses 
Note: See TracChangeset for help on using the changeset viewer.