make_date(year, month, day)
Constructs a date type from the given year, month, and day.
year
month
day
date
> SELECT make_date(2000, 2, 28); 2000-02-28