# Functions
NewVDate wraps a Date.
# Constants
DefaultFormat is used by Format() unless a different format is set.
DMYFormat is a typical British representation.
ISOFormat is ISO-8601 YYYY-MM-DD.
MDYFormat is a typical American representation.
# Structs
A VDate holds a Date and provides easy ways to render it, e.g.
VDateDelta is a VDate with the ability to add or subtract days, weeks, months or years.