I have a problem with the standard JSpinner.DateEditor (as probably does everyone else). When it works with the Java.util.Date class, it only gets a default format from the Locale set on the spinner. It appears to be TimeZone ignorant.
When we have a Date that is on the March Clock change day which in the UK has no 2 o’clock – the time jumps from 01:59:59.999 AM to 03:00 AM with day light savings applied.
Therefore in the JSpinner.DateEditor I do not want the user to see anything for 02:00 to 02:59:59.999. When the hour is on 1 and they click up, I want to jump to 3 and vice versa.
Is it possible to implement any kind of workaround to do this?
Many thanks
Andez
can you please edit your question and use this SSCCE that demonstrating your issue about DTS