I have a jspinner in the format yyyy-MM-dd hh:mm:ss. The problem is the spinner ‘hh’ only goes up to value ’12’. How can i make it so it goes up to 24 hours?
I have a jspinner in the format yyyy-MM-dd hh:mm:ss . The problem is the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you have define for two things for JSpinner (basically contents of the tutorial fully answering your question)
SimpleDateFormat
SpinnerDateModel
for example