FuzzyDate is an interface representing a fuzzy date. It includes the year, month, and day each having their own properties.
FuzzyDate
day is a number representing the day of the fuzzy date.
day
month is a number representing the month of the fuzzy date.
month
year is a number representing the year of the fuzzy date.
year
FuzzyDate
is an interface representing a fuzzy date. It includes the year, month, and day each having their own properties.