Beta Documentation - Subject to change.

Gets the current date.

Syntax

Lua
function Engine.GetDate();

Returns

Type: Object
Returns a table containing information about the current date. The following fields are available: Year, Month, Day, Hour, Minute, Second, DayOfWeek, DayOfYear, and IsDST.

Remarks

Gets the current date.

See Also