Rev 11278 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11278 | Rev 17317 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | !let slib_day=!char 7 to 8 of $slib_don |
6 | !let slib_day=!char 7 to 8 of $slib_don |
7 | !let slib_month=!char 5 to 6 of $slib_don |
7 | !let slib_month=!char 5 to 6 of $slib_don |
8 | !let slib_year=!char 1 to 4 of $slib_don |
8 | !let slib_year=!char 1 to 4 of $slib_don |
9 | !let slib_hour=!char 10 to 17 of $slib_don |
9 | !let slib_hour=!char 10 to 17 of $slib_don |
10 | !if $module_language=fr |
10 | !if $module_language=fr |
- | 11 | !if noyear isin $slib_option |
|
- | 12 | !let slib_out=$slib_day/$slib_month |
|
- | 13 | !else |
|
11 | !let slib_out=$slib_day/$slib_month/$slib_year |
14 | !let slib_out=$slib_day/$slib_month/$slib_year |
- | 15 | !endif |
|
12 | !else |
16 | !else |
- | 17 | !if noyear isin $slib_option |
|
- | 18 | !let slib_out=$slib_month/$slib_day |
|
- | 19 | !else |
|
13 | !let slib_out=$slib_year/$slib_month/$slib_day |
20 | !let slib_out=$slib_year/$slib_month/$slib_day |
- | 21 | !endif |
|
14 | !endif |
22 | !endif |
15 | !if notime notin $slib_option |
23 | !if notime notin $slib_option |
16 | !let slib_out=$slib_out - $slib_hour |
24 | !let slib_out=$slib_out - $slib_hour |
17 | !endif |
25 | !endif |
18 | 26 |