date in English

  • Thread starter Cor van der Bliek
  • Start date
C

Cor van der Bliek

I'm programming two userforms, one for use in Dutch, one for use in English.
I use an input box which defaults to the creation date (
Me.Controls("Textbox8").Text = Format(Date, "Mmmm dd, yyyy"))
However, since my application language is Dutch, the result shows the Dutch
results on the Dutch as well as on the English form.
How can I change this?
 

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