@@ -201,7 +201,7 @@ function root.getDisDays(t1, t2)
return math.abs(d1 - d2)
end
-function root.isSameDay(t1, t2)
+function root.is_same_day(t1, t2)
if t1 == nil or t2 == nil then
return false