Rev 1755 | Rev 14298 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2413 | bpr | 1 | !distribute items $wims_read_parm into record,_year,_month,_day |
2 | !bound record within date,months default $ |
||
1755 | bpr | 3 | !set months=gener,febrer,març,abril,maig,juny,juliol,agost,setembre,octubre,novembre,desembre |
2413 | bpr | 4 | !if $record=$empty |
5 | !exit |
||
6 | !endif |
||
7 | |||
8 | !goto $record |
||
9 | |||
10 | :date |
||
11 | !set c_date=!nospace __$_year/$_month/$_day __ |
||
12 | !set c_date=!replace internal __/ by in $c_date |
||
13 | !set c_date_out=!replace internal /__ by in $c_date |
||
14 | !set c_date_out=!replace internal __ by in $c_date_out |
||
15 | |||
16 | !set l_m=!item $_month of $months |
||
17 | !set l_date_out=$_year, $l_m, $_date |
||
18 | |||
19 | !exit |
||
20 | |||
21 | :months |
||
22 | !exit |