# Functions
ParseDateWithFormat parses the date string according to the given format string, as defined in the MySQL specification.
# Structs
ParseLiteralErr defines a error when attempting to parse the date string input according to a literal character specified in the format string.
ParseSpecifierErr defines a error when attempting to parse the date string input according to a specified format directive.