Calendar - System Date and Time (SOLVED)

Requesting a feature of getting system date and time.

  1. This would be useful on games like virtual pets.
  2. Useful also on daily logins for points score / coins and etc.

Thanks :smiley:

Do you need something else than what standard lua offers?

1 Like

I should have put Calendar on the title .
Now that you mention it, I could use lua in creating a calendar.

1 Like

As Ragnar points out, os.time(), os.date() and os.difftime() should be enough to solve your problem.

3 Likes

I see. thank you!

1 Like