On the display of the calendar of DateTimePicker in Japanese environment

Answered
0
0

Hello.

I am using wisej in Japanese environment,
DateTimePicker’s dropdown calendar ‘Year’ is I noticed that it was different.
It seems as if “Day” is displayed.

Version is 1.5.12.0.

Thank you.

  • You must to post comments
Best Answer
0
0

Hi Masafumi,

WJ-9143 is now also fixed in the latest Wisej release (1.5.16).

Best regards
Frank

  • Masafumi Okuro
    Hi Frank, Thank you very much. I confirmed the content.
  • You must to post comments
0
0

I get the wrong year. Logged as WJ-9143.

The quick workaround is to add this in default.html

<script>

Wisej.onLoad = function(){

qx.util.format.DateFormat.prototype.__getCalendarYearGap = function(){return 0;}

}

</script>

  • Masafumi Okuro
    Thank you for the quick reply. I added the presented script block to default.html. The problem has been resolved.
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.