Ignore:
Timestamp:
07/12/06 11:33:44 (18 years ago)
Author:
smasson
Message:

review of Colors and Calendar routines

File:
1 edited

Legend:

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

    r136 r137  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    31;------------------------------------------------------------ 
    42;+ 
     
    108; 
    119; @param yyyymmdd {in}{required}  
    12 ; the date in the format yyyymmdd 
    13 ; 
    14 ; @file_comments  
    15 ; keyword parameters of string function to specify the format of  
    16 ; the month (the C format) can be used 
     10; the date in the format yyyymmdd. Can be scalar or array 
    1711; 
    1812; @keyword _EXTRA  
    19 ; used to pass your keywords to the created procedure. 
     13; used to pass your keywords to other procedures, for example 
     14; keyword FORMAT of string function (see example bellow)  
    2015; 
    21 ; @returns  
    22 ; a string containing the date in a easy readable format 
     16; @returns 
     17; a string containing the date in a easy readable format with the 
     18; same number of elements than yyyymmdd. 
    2319; 
    2420; @examples 
     
    3733;- 
    3834;------------------------------------------------------------ 
    39 ;------------------------------------------------------------ 
    40 ;------------------------------------------------------------ 
    4135FUNCTION date2string, yyyymmdd, _EXTRA = ex 
    4236; 
Note: See TracChangeset for help on using the changeset viewer.