Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2241 | bpr | 1 | !distribute items $wims_read_parm into r_,date_ |
2 | !goto $r_ |
||
2199 | bpr | 3 | :1 |
4 | !formselect dyear$i from $creyear to $expyear |
||
5 | !formselect dmonth$i from 1 to 12 prompt $months |
||
6 | !formselect dday$i from 1 to 31 |
||
7 | !exit |
||
8 | |||
9 | :2 |
||
10 | !formselect dyear$i from $creyear to $expyear |
||
11 | !formselect dmonth$i from 1 to 12 prompt $months |
||
12 | !formselect dday$i from 1 to 31 |
||
13 | !exit |
||
14 | |||
15 | :3 |
||
16 | !formselect jyear from $creyear to $expyear |
||
17 | !formselect jmonth from 1 to 12 prompt $months |
||
18 | !formselect jday list 0,$v prompt ---,$v |
||
19 | |||
20 | :4 |
||
21 | !formselect jyear2 list 0,$v1 prompt ---,$v1 |
||
22 | !formselect jmonth2 from 0 to 12 prompt ---,$months |
||
23 | !formselect jday2 list 0,$v prompt ---,$v |
||
2241 | bpr | 24 | !exit |
25 | |||
26 | :5 |
||
27 | !let day=!char 7 to 8 of $date_ |
||
28 | !let month=!char 5 to 6 of $date_ |
||
29 | !let year=!char 1 to 4 of $date_ |
||
30 | !if $cdt_nbmonth>12 |
||
31 | $year/$month/$day |
||
32 | !else |
||
33 | $month/$day |
||
34 | !endif |
||
2199 | bpr | 35 | !exit |