I’m planning a new app and will need to know if while using the app the user’s time has changed to the next day. Thinking of using:
Runtime:addEventListener( “enterFrame”, myListener )
and check on each second (for example) and compare it with the previous date table from os.date(), if different then assume the user is in the next date.
Sound good or anyone else have a better experience for this situation?
Thanks in advance.
David