display date from MS Project as desire output format

J

Johnathan

Hi,

I want to ask how to display the date I get from MS Project using proj.Start
in the desire output date format I want? By default the date would be
'11/26/2007 8:00AM' but I want it to be display as 'Monday, November 26,
2007'. Do I need to convert the object as a Date data type first?
 
G

Gérard Ducouret

Johnathan,

Try something like that:
Sub MyDate()
MsgBox Format(Date, "dddd,mmmm,dd,yyyy")
End Sub

Gérard Ducouret
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top