Requesting a feature of getting system date and time.
- This would be useful on games like virtual pets.
- Useful also on daily logins for points score / coins and etc.
Thanks
Requesting a feature of getting system date and time.
Thanks
I should have put Calendar on the title .
Now that you mention it, I could use lua in creating a calendar.
As Ragnar points out, os.time(), os.date() and os.difftime() should be enough to solve your problem.
I see. thank you!