You can get everything except "Year", with this.
Might try using 2 format functions to concatenate "Year" into the string.Code:Private Sub Command1_Click() Dim x As String x = "04/15/2001" MsgBox Format(x, "mmmm mm,dddd dd, yyyy") End Sub
|
Results 1 to 7 of 7
Thread: Day NameThreaded View
|
Click Here to Expand Forum to Full Width |