Rev 16309 | Rev 16324 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16309 | Rev 16323 | ||
---|---|---|---|
Line 49... | Line 49... | ||
49 | !! ------- preparing date format |
49 | !! ------- preparing date format |
50 | d1=!text select char 0123456789 in $(deadline)$(timedeadline) |
50 | d1=!text select char 0123456789 in $(deadline)$(timedeadline) |
51 | d2=!text select char 0123456789 in $(soldate)$(timesoldate) |
51 | d2=!text select char 0123456789 in $(soldate)$(timesoldate) |
52 | now=!text select char 0123456789 in $wims_now |
52 | now=!text select char 0123456789 in $wims_now |
53 | now=!char 1 to 12 of $now |
53 | now=!char 1 to 12 of $now |
- | 54 | !reset toolate |
|
- | 55 | !if $now>$d1 |
|
- | 56 | toolate=yes |
|
- | 57 | !endif |
|
54 | !readproc adm/date.phtml $(deadline) |
58 | !readproc adm/date.phtml $(deadline) |
55 | tmp=!replace internal : by H in $timedeadline |
59 | tmp=!replace internal : by H in $timedeadline |
56 | !let date1=$l_date_out $wims_name_at $tmp |
60 | !let date1=$l_date_out $wims_name_at $tmp |
57 | !readproc adm/date.phtml $(soldate) |
61 | !readproc adm/date.phtml $(soldate) |
58 | tmp=!replace internal : by H in $timesoldate |
62 | tmp=!replace internal : by H in $timesoldate |