Hi,
Does anyone know how to change the date format on the calendar components?

The default is MM/DD/YYYY and I would like to change it to DD/MM/YYYY

Thanks...

Recommended Answers

All 2 Replies

As far as I know, you can't. Change the regional and language options in the control panel.
You can use:

TextBox1.Text = Format(Me.MonthCalendar1.TodayDate, "dd/MM/yyyy")

Great, that is what I was looking for....

Thanks a lot.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.