按理说这段应该是判断时间的:
aa = '09/22/20 23:59:59'
bb = '04/18/20 00:00:00'
--鏈鏃骞
if (event == "MOUSE_BUTTON_PRESSED" and arg == shen_fen_yan_zheng ) then
if GetDate() < aa and GetDate() > bb then
OutputLogMessage("--------------------------------------------------------------------------------\r\n")
aa改成'09/22/24 23:59:59'试试
或者把if GetDate() < aa and GetDate() ...