Rev 12803 | Rev 12997 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12803 | Rev 12994 | ||
---|---|---|---|
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 |
|
10 | !distribute item $date_ into mdate_,Mdate_ |
13 | !distribute item $date_ into mdate_,Mdate_ |
11 | !set option_=dateFormat:"yymmdd" |
14 | !set option_=dateFormat:"yymmdd" |
12 | !if $mdate_!=$empty |
15 | !if $mdate_!=$empty |
13 | !set option_=$option_,minDate:$mdate_ |
16 | !set option_=$option_,minDate:$mdate_ |
14 | !endif |
17 | !endif |