Changes for page ユーザープロフィール
Last modified by Super Admin on 2026/05/30 06:50
From version
38.1
edited by Super Admin
on 2026/04/09 10:54
on 2026/04/09 10:54
Change comment:
There is no comment for this version
To version
39.1
edited by Super Admin
on 2026/05/30 06:50
on 2026/05/30 06:50
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -33,9 +33,9 @@ 33 33 #set($now = $datetool.date) 34 34 #set($currentYear = $datetool.format('yyyy', $now)) 35 35 #set($currentMonth = $datetool.format('MM', $now)) 36 - #set($currentYearInt = $mathtool.to Integer($currentYear))37 - #set($currentMonthInt = $mathtool.to Integer($currentMonth))38 - #set($enrollYearInt = $mathtool.to Integer($profileEnrollmentYear))36 + #set($currentYearInt = $mathtool.toNumber($currentYear)) 37 + #set($currentMonthInt = $mathtool.toNumber($currentMonth)) 38 + #set($enrollYearInt = $mathtool.toNumber($profileEnrollmentYear)) 39 39 #if($currentMonthInt >= 4) 40 40 #set($schoolYear = $currentYearInt) 41 41 #else