====== MKDATE(year:integer, month:integer, day:integer) :DATE ====== Returns a date with the year specified by `year` (1900-2079), month specified by `month` (1-12), and day specified by `day` (1-31). **See also:** [[ppl:functions:year|Year]], [[ppl:functions:month|Month]], [[ppl:functions:day|Day]]