If Time between x and y - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: If Time between x and y (/showthread.php?tid=2033) |
If Time between x and y - lenze90 - 17.04.2019 Hello, a quick question. I would like to execute a condition in the script only if the time is between for example 17:00 and 04:00 o'clock. How would I do that in the script? Do I need a to_date or something like that? Best regards Christian RE: If Time between x and y - admin - 18.04.2019 See this thread: https://forum.logicmachine.net/showthread.php?tid=1439 RE: If Time between x and y - lenze90 - 21.04.2019 (18.04.2019, 08:26)admin Wrote: See this thread: https://forum.logicmachine.net/showthread.php?tid=1439 Thank you very much. That works fine for me :-) |