Rev 15469 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15469 | Rev 17665 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | !exit |
9 | !exit |
10 | !endif |
10 | !endif |
11 | !distribute items $wims_read_parm into 1_,_year,_month,_day |
11 | !distribute items $wims_read_parm into 1_,_year,_month,_day |
12 | 12 | ||
13 | !if $_month$_day=$empty |
13 | !if $_month$_day=$empty |
14 | !let _day=!char 7 to 8 of $wims_read_parm |
14 | !let _day=!char 7 to 8 of $wims_read_parm |
15 | !let _month=!char 5 to 6 of $wims_read_parm |
15 | !let _month=!char 5 to 6 of $wims_read_parm |
16 | !let _year=!char 1 to 4 of $wims_read_parm |
16 | !let _year=!char 1 to 4 of $wims_read_parm |
17 | !endif |
17 | !endif |
18 | !read adm/lang/date.phtml.$lang date,$_year,$_month,$_day |
18 | !read adm/lang/date.phtml.$lang date,$_year,$_month,$_day |