Create a shallow copy of other Date.
Create a date from a Value.
Create a Date using the given mg_date pointer.
Returns days since Unix epoch.
Compares this date with other. Return: true if same, false otherwise.
Return pointer to internal mg_date.
Return the hash code for this date.
Return a printable string representation of this date.
Represents a date. Date is defined with number of days since the Unix epoch. Uses a std.datetime.date.Date internally.