修万圣节日期判定
This commit is contained in:
@@ -18,7 +18,7 @@ function THEME.calculate(Y,M,D)
|
|||||||
'xmas' or
|
'xmas' or
|
||||||
|
|
||||||
-- Halloween
|
-- Halloween
|
||||||
(M=='10' and D>='28' or M=='11' and D<='04') and
|
(M=='10' and D>='28' or M=='11' and D>='01' and D<='04') and
|
||||||
'halloween' or
|
'halloween' or
|
||||||
|
|
||||||
-- Birthday
|
-- Birthday
|
||||||
|
|||||||
Reference in New Issue
Block a user