java - Operating JCalendar in a different time zone -


i work on legacy application makes use of jcalendar. possible operate jcalendar in different time zone? internals of package seem assume local time zone. our application assumes gmt dates , times handled , rendered in gmt com.toedter.calendar.jtextfielddateeditor , com.toedter.calendar.jspinnerdateeditor classes.

for expedience, might set default timezone in program.

timezone.setdefault(timezone.gettimezone("utc")); 

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -