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.
Hi Masafumi,
WJ-9143 is now also fixed in the latest Wisej release (1.5.16).
Best regards
Frank
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>
Please login first to submit.