Getting Liturgical Dates?

Let’s say someone was making a game, and wanted to get the dates of the catholic liturgical calendar through a function. Instead of bruteforcing the dates, would there be a faster and easier way to get the current liturgical season?

There is not. You’d have to create it yourself.

In addition to this, if you wanted to check the current real life date, you can leverage some of the os.time and os.date functions. You could also use these functions as guidance for potentially how to format your own system.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.