Last modified by Super Admin on 2026/05/30 06:50

From version Icon 39.1
edited by Super Admin
on 2026/05/30 06:50
Change comment: There is no comment for this version
To version Icon 38.1 Icon
edited by Super Admin
on 2026/04/09 10:54
Change comment: There is no comment for this version

Summary

Details

Icon 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.toNumber($currentYear))
37 - #set($currentMonthInt = $mathtool.toNumber($currentMonth))
38 - #set($enrollYearInt = $mathtool.toNumber($profileEnrollmentYear))
36 + #set($currentYearInt = $mathtool.toInteger($currentYear))
37 + #set($currentMonthInt = $mathtool.toInteger($currentMonth))
38 + #set($enrollYearInt = $mathtool.toInteger($profileEnrollmentYear))
39 39   #if($currentMonthInt >= 4)
40 40   #set($schoolYear = $currentYearInt)
41 41   #else