DateSerial(4, 11, 23) returns 11/23/2004 : DateSerial « Date Functions « VBA / Excel / Access / Word






DateSerial(4, 11, 23) returns 11/23/2004

 
Sub dateDemo()
    Debug.Print DateSerial(4, 11, 23)
End Sub

 








Related examples in the same category

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