소스 검색

修改全局方法名称

neo 1 년 전
부모
커밋
fe92a8d8db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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