Hey there
Does anyone know if there's any way one could get the date from the internet using an in-game expression?
Similar to how Browser.ExecJS("Date()" gets the date from the system.
In any case, i need a reliable way to get the date, that can't be tempered with by the user. (with Browser.ExecJS("Date()"), the user can just change the date on the device)
hopefully someone knows a way =)