Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
UltraDateTimeEditor does not show correct Thai year
posted

Hi,

I am trying to make Date control show correct Thai year, Thai year = Christian year + 543. I changed the format of my computer to Thai. I also set the current culture of thread to "th". The calendar popout show correct display value with year "2560" = 2017 + 543. However the selected date display is "30/05/2017". I have checked everything and not sure if I miss anything here. Can this be a bug with date control?

I am using version v11.2.20112.1010

Parents
  • 4625
    Verified Answer
    Offline posted

    Hi Kim,

    The UltraDateTimeEditor does not support synchronization between the drop down calendar and the date field when specific cultures as the Thai one is applied. In fact, the drop down calendar used here is the Microsoft’s one and therefore you can see how the operating system’s change in the region/language reflects it. However, that change does not affect the date field as it simply uses Windows ticks system global variable and thus the difference between the drop down calendar and the date field.

    Let me know if you have additional questions regarding this matter.

Reply Children