Ignore:
Timestamp:
06/07/06 19:12:14 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Calendar and Utilities *.pro files for bet
ter idldoc output

File:
1 edited

Legend:

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

    r9 r93  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME: date2string 
    65; 
    7 ; PURPOSE: create a nice and readable format to print a date 
     6; create a nice and readable format to print a date 
    87; 
    9 ; CATEGORY: calendar/string 
     8; @categories calendar, string 
    109; 
    11 ; CALLING SEQUENCE: nice_date = date2string(yyyymmdd) 
    12 ;  
    13 ; INPUTS: yyyymmdd the date in the format  
    14 ;         yearyearyearyearmonthmonthdayday 
     10; @param yyyymmdd {in}{required} the date in the format yyyymmdd 
    1511; 
    16 ; KEYWORD PARAMETERS:those of string fonction to specify the 
    17 ;                    format of the month (the C format) 
     12; @file_comments keyword parameters of string function to specify the format of the month (the C format) can be used 
    1813; 
    19 ; OUTPUTS: a string containing the date in a easy readable format 
     14; @returns a string containing the date in a easy readable format 
    2015; 
    21 ; COMMON BLOCKS:none 
    22 ; 
    23 ; SIDE EFFECTS:? 
    24 ; 
    25 ; RESTRICTIONS:? 
    26 ; 
    27 ; EXAMPLE: 
     16; @examples  
    2817; 
    2918;    IDL> print, date2string(19900123) 
     
    3221;    JAN 23, 1990 
    3322; 
    34 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     23; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3524; Creation ??? 
    3625; update/review June 2005 Sebastien Masson. 
Note: See TracChangeset for help on using the changeset viewer.