Date format

K

KARL DEWEY

In your query for the form or report use this --
My_Date: Format([YourDate], "m/d/yyyy")
 
J

John Spencer

Karl,
Close ;>)

My_Date: Format([YourDate], "mm/dd/yyyy")

Or apply that format using the controls format property.

Of course, we don't know if the user meant this instead of the above.
My_Date: Format([YourDate], "dd/mm/yyyy")


John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County

KARL said:
In your query for the form or report use this --
My_Date: Format([YourDate], "m/d/yyyy")

How do I format the date to "08/08/2008" instead of "8/8/2008"?
 
K

KARL DEWEY

I, like many others, response to what I thought I read.
--
KARL DEWEY
Build a little - Test a little


John Spencer said:
Karl,
Close ;>)

My_Date: Format([YourDate], "mm/dd/yyyy")

Or apply that format using the controls format property.

Of course, we don't know if the user meant this instead of the above.
My_Date: Format([YourDate], "dd/mm/yyyy")


John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County

KARL said:
In your query for the form or report use this --
My_Date: Format([YourDate], "m/d/yyyy")

How do I format the date to "08/08/2008" instead of "8/8/2008"?
 

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

Similar Threads


Top