grp.chackwrite in date/time object - 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: grp.chackwrite in date/time object (/showthread.php?tid=3499) |
grp.chackwrite in date/time object - emme - 02.08.2021 Code: d = os.date('*t') is checkwrite compatible with date and time objects? 'cause I'm struggling on a script whitch wont update time when it changes.... RE: grp.chackwrite in date/time object - Daniel - 02.08.2021 Date and time are not in this format. Try this. Code: -- get current data as table RE: grp.chackwrite in date/time object - emme - 02.08.2021 (02.08.2021, 09:52)Daniel. Wrote: Date and time are not in this format. Try this. uh, that's why date works, but time not! thanks |