Rev 14298 | 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 |
14298 | guerimand | 2 | !set lang_exists=yes |
2559 | bpr | 3 | !bound record within date,months default $ |
4 | !set months=Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sept,Oct,Nov,Dec |
||
5 | !if $record=$empty |
||
6 | !exit |
||
7 | !endif |
||
2413 | bpr | 8 | |
9 | !goto $record |
||
1755 | bpr | 10 | |
2413 | bpr | 11 | :date |
12 | !set c_date=!nospace __$_year/$_month/$_day __ |
||
13 | !set c_date=!replace internal __/ by in $c_date |
||
14 | !set c_date_out=!replace internal /__ by in $c_date |
||
15 | !set c_date_out=!replace internal __ by in $c_date_out |
||
16 | |||
17 | !set l_m=!item $_month of $months |
||
15469 | bpr | 18 | !set l_date_out=$_year, $l_m, $_day |
2413 | bpr | 19 | |
20 | !exit |
||
21 | |||
22 | :months |
||
23 | !exit |