VB Code:
  1. txtDate.Text = Format$(Now, "DD\/MM\/YYYY")

\ characters prevent the default date formatting from happening, without them the separating characters would appear using the computer's locale settings.