Represents the international standard for the representation of date (ISO 8601).
The string format is "YYYY-MM-DD" (excluding quotes).
The following pattern describes the Date format:
YYYY-MM-DD
Where:
YYYY = Four digit year
MM = Two digit month (01=January, and so on)
DD = Two digit day of month (01 through 31)