DATESERIAL(<day>,<month>,<year>[,<date-var>])

TIMESERIAL(<hour>,<minute>,<second>[,<date-var>])


Returns a DATE  that is specified by the parameters given.

PRINT MONTHNAME(DATESERIAL(13,12,1973))

See Also: Date And Time Functions


Language Reference  Table Of Contents