Takes an array of numeric dates and tries to understand if the days come
before the month or the other way around by looking at which number changes
more frequently.
Takes an array of numeric dates and tries to understand if the days come
before the month or the other way around by checking if a set of numbers
during the same year decrease at some point.
Takes an array of numeric dates and tries to understand if the days come
before the month or the other way around by running the dates through various
checks.