mm/dd/yyyy to dd/mm/yyyy

G

Guest

Hi there,
I have a form that when using a pop-up calendar, once the date is selected,
automatically converts it to mm/dd/yyyy. My regional settings are dd/mm/yyyy
and need the form to show the date like this.
It also drops a leading zero on the month value.

Thanks
 
J

John Vinson

Hi there,
I have a form that when using a pop-up calendar, once the date is selected,
automatically converts it to mm/dd/yyyy. My regional settings are dd/mm/yyyy
and need the form to show the date like this.
It also drops a leading zero on the month value.

Thanks

Set the Format() property of the textbox in which the date is
displayed to dd/mm/yyyy.

John W. Vinson[MVP]
 

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