Get the current date in it's proper form
Get the current date in it's proper form
Rate Get the current date in it's proper form
(2(2 Vote))
' Get the date in it's proper form
'Date: Friday, March 8, 2002
'Author: Neggster
Private Sub Command1_Click()
MsgBox WeekdayName(Weekday(Date), False, vbSunday) & ", " & VBA.MonthName(VBA.Month(Date)) & " " & Day(Date) & ", " & VBA.Year(Date), vbOKOnly + vbInformation, "The date"
End Sub
Get the current date in it's proper form Comments
No comments yet — be the first to post one!
Post a Comment