To get PC or Digital Tablet system date - 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: To get PC or Digital Tablet system date (/showthread.php?tid=2632) |
To get PC or Digital Tablet system date - SigmaTec - 07.05.2020 Hi all, I know how to read/write LM system date (with os.date() & os.execute()), but how to read system date of the PC or Tablet connected to it ? Best from France RE: To get PC or Digital Tablet system date - admin - 07.05.2020 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date RE: To get PC or Digital Tablet system date - SigmaTec - 07.05.2020 Hi Admin and thank's a lot ! |