VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get the current date in it's proper form

by Neggster (4 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 3rd August 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Get the current date in it's proper form

Rate Get the current date in it's proper form



'                      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


Download this snippet    Add to My Saved Code

Get the current date in it's proper form Comments

No comments have been posted about Get the current date in it's proper form. Why not be the first to post a comment about Get the current date in it's proper form.

Post your comment

Subject:
Message:
0/1000 characters