Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ppl:functions:mkdate [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:mkdate [2024/03/27 14:49] (current) stimpy
Line 1: Line 1:
 ====== MKDATE(year:integer, month:integer, day:integer) :DATE ====== ====== 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).  +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:** Year, Month, Day+**See also:** [[ppl:functions:year|Year]][[ppl:functions:month|Month]][[ppl:functions:day|Day]]