Getting started
Lua Language
Lua Object Oriented
API Reference
LIDE LIBRARIES
[lide.base] ^1.0 lide.classes.date 1.0
[lide.base] ^1.0
lide.classes.date 1.0
Date class represents an absolute moment in time.
Date class constructors:
object Date:new { number Day, string Month, number Year }
These methods are defined by this class.
Returns the year in the given timezone (local one by default).
Returns the day in the given timezone (local one by default).
Sets the day without changing other date components.
Returns the month in the given timezone (local one by default).
Sets the month without changing other date components.
Sets the year without changing other date components.
Gets the first month day.
Gets the last month day.
Convert date object to string