Format Date Question

L

luis.a.roman

Need to have an access formua to retrieve the system date and format
the date as 1/12/2007. I use the expression below but it does not
worked.

Expr1: FormatDateTime(Date(),"yymmdd")

Can someone help me develop the correct formula?

Thank you - Luis
 
R

Rick Brandt

Need to have an access formua to retrieve the system date and format
the date as 1/12/2007. I use the expression below but it does not
worked.

Expr1: FormatDateTime(Date(),"yymmdd")

Can someone help me develop the correct formula?

Why would you expect a format string of yymmdd to produce an output like
1/12/2007?

Expr1: FormatDateTime(Date(),"m\/dd\/yyyy")
 

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