# Functions
ConvertToCoded takes a list of time.Time and converts to a list of strings in the format yyyy.mm.
ConvertToMonthYear takes a time.Time object and converts to MM yyyy.
ConvertToReadable takes a list of dates in the format Jan-06 and converts to a list of time.Time.
Sort orders a list of times.
# Type aliases
TimeSlice allows sorting of a list of time.Time.