Represents a calendar date using day, month, and year components. Example: March 31st, 1975 -> { day: 31, month: 3, year: 1975 }
Day of month.
Month of year (1-12).
Full year (e.g., 1975).
Represents a calendar date using day, month, and year components. Example: March 31st, 1975 -> { day: 31, month: 3, year: 1975 }