DateValue Function |
DateValue(Date$)
Returns the day part of the date encoded as a string.
Parameter |
Description |
Convert this string value to the day part of date it represents. |
Sub Main
Debug.Print DateValue("1/1/2000 12:00:01 AM") '1/1/2000
End Sub
DateSerial, TimeSerial, TimeValue.