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))
Siehe auch: Date And Time Functions
Referenz - Startseite