S
srm
I'm using O2003. I have the following script that returns the
following values: day of week and date in long format
"Wednesday, June 08, 2005"
Sub ShowDate()
Item.Body = FormatDateTime(Date, vblongdate) & " - "
End Sub
Sub CommandButton1_Click()
Call ShowDate()
End Sub
Is there a way to format the date so it only displays: "June 08, 2005"
thanks
srm
following values: day of week and date in long format
"Wednesday, June 08, 2005"
Sub ShowDate()
Item.Body = FormatDateTime(Date, vblongdate) & " - "
End Sub
Sub CommandButton1_Click()
Call ShowDate()
End Sub
Is there a way to format the date so it only displays: "June 08, 2005"
thanks
srm