Rev 12994 | Rev 13570 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12994 | Rev 12997 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | !! |
5 | !! |
6 | !! |
6 | !! |
7 | !! |
7 | !! |
8 | 8 | ||
9 | !distribute line $wims_read_parm into default_,name_,date_ |
9 | !distribute line $wims_read_parm into default_,name_,date_ |
10 | !if $default_=begindscore |
- | |
11 | !debug $wims_read_parm |
- | |
12 | !endif |
- | |
13 | !distribute item $date_ into mdate_,Mdate_ |
10 | !distribute item $date_ into mdate_,Mdate_ |
14 | !set option_=dateFormat:"yymmdd" |
11 | !set option_=dateFormat:"yymmdd" |
15 | !if $mdate_!=$empty |
12 | !if $mdate_!=$empty |
16 | !set option_=$option_,minDate:$mdate_ |
13 | !set option_=$option_,minDate:$mdate_ |
17 | !endif |
14 | !endif |