Hi,
I want to know the actual date, like timestamp or in another form, of the local device or the server hosting the app. Is this possible to do that ? If yes, how?
Develop games in your browser. Powerful, performant & highly capable.
It seems "Browser.ExecJS("Date.now()")" works fine. Is anyone knows if it reads local or server timestamp?