Explorar o código

修改全局方法名称

neo hai 1 ano
pai
achega
fe92a8d8db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/utils/timeUtil.lua

+ 1 - 1
common/utils/timeUtil.lua

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