Time
Library handles time based parsing / operations. Untested. Based off of PHP's time system.
note
This library is out of date, and does not necessarily work. I recommend using os.time()
Functions
getDaysMonthTable
Time.getDaysMonthTable(year: number) → {[number]: number}Returns a Days in months table for the given year
getOrdinalOfNumber
Time.getOrdinalOfNumber(number: number) → string(Like1st,2nd)