How to change culture to a DateTimepicker or calendar control in .Net

58

Solution 1

It doesn't seem to be possible to change the culture. See this KB article.

Solution 2

Based on previous solution, I think the better is:

dateTimePicker.Format = DateTimePickerFormat.Custom;
dateTimePicker.CustomFormat = Application.CurrentCulture.DateTimeFormat.ShortDatePattern;
Share:
58
user1840701
Author by

user1840701

Updated on October 01, 2020

Comments

  • user1840701
    user1840701 over 3 years

    Primefaces only includes their scripts and style when it finds a tag.

    I want to use due to general performance tuning suggested on this link: http://wiki.apache.org/myfaces/Performance

    Are there any alternative to include Primefaces?