Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook Program: date function

Status
Not open for further replies.

pho01

Programmer
Mar 17, 2003
218
US
In a form macro, I use Now() function for the current date and time. It gives me current time in mm/dd/yyyy hh:mm.
What is really want to the date format only (mm/dd/yyyy). How do I convert it?

Thanks
 
If you dont need the time at all, you could use Date() instead of Now().

HTH

Have A Great Day!!!, [bigglasses]

Nathan
Senior Test Lead
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top