hxp
2022-05-06 9c1dd934cdc3c9be8db41597ff62be632f042baa
ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_BroadCast.py
@@ -89,6 +89,9 @@
#  @return None
def CheckDate(startDate, endDate):
    
    if not startDate or not endDate:
        return False
    if (endDate - startDate).days < 0:
        return True