1
It is possible to change the object’s date format MonthCalendar
from a Winforms application?
It occurs that the crop selected at a customer’s station is Polish and this is causing error in handling application dates.
I tried to use some alternatives like:
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");
But I was unsuccessful, the calendar keeps the default date format (configured in the OS Regional Settings).
Did the answer solve your problem? Do you think you can accept it now? See [tour] to understand how it works. It would be helpful to indicate to everyone that the solution was useful and satisfactory for you. You can also vote on any question or answer you find useful on the entire site.
– Maniero