Day$ – Date/Time Functions





Day$ Function


Description

The Day$ function returns the day number of the current month as a string.

Syntax

dateday$ = Day$()

Return Value

dateday$, the day number returned as a string; if the day is less than 10, a leading 0 is included.

Example

msgbox(day$())