I want to get the date format as the following.

12/19/02

When I use this....

format(now,"d")
It comes out as.... 12/19/2002

This doesn't work anymore: Format(now,"mm/dd/yy")

Does anyone know a format command that will put the date in the format I want?

I really don't want to put it in variables and strip it down. If I can't get it with one format command, then I will just deal with it.

Thanks