Search code examples
javaswinginputjspinner

Remove comma from jspinner


Is there anyway to remove the comma from the Jspinner, i'm trying to use it as input for the year but it displays 2011 as 2,011. thanks for the help.


Solution

  • Set the spinner to use a SpinnerDateModel.