Turns the array of ints into a Tuple of three, representing the year, month, and day.
The index of the month in the data
if the year is first in the string
if the day is first in the string
tuple of three ints
See Implementation
Turns the array of ints into a Tuple of three, representing the year, month, and day.