Browse Source

修改全局方法名称

neo 1 year ago
parent
commit
fe92a8d8db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/utils/timeUtil.lua

+ 1 - 1
common/utils/timeUtil.lua

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