Use the format function:
VB Code:
  1. Format(Now, "dd-mm-yy")

Substitute "Now" for the date variable you want to use

- gaffa