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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date Only

Status
Not open for further replies.

Elamranii

MIS
Feb 1, 2005
57
US
Hi,
I am trying to get the date. I put this: Date() and I get 05/13/2005 9:46:15 AM. All I want to see is 5/13/2005. How do I do that?
Thanks in advance
 
You could use format(date,"mm/dd/yyyy"),fix(date),fix(now), etc. I'm not sure where you 'put this', but if it's in a table you can set the format property for the field, same with a form.
--Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top