DateSerial « Date Functions « VBA / Excel / Access / Word






1.DateSerial(year, month, day) returns a Variant/Date containing the date for the specified year, month, and day
2.DateSerial(4, 11, 23) returns 11/23/2004
3.Use DateSerial and Weekday
4.Delivery Date Maint