mkdate()

Examples


The mkdate() function creates a date value from three integer values.

Syntax

mkdate(month, day, year)

Parameters

month – An integer between 1 and 12 representing the month.

day – An integer between 1 and 31 representing the day.

year – An integer between 1800 and 9999 representing the year. You must supply all four digits of the year.

Return value

A date or datetime value


Documentation Feedback