19.07.2009, 11:47
(This post was last modified: 20.07.2009, 16:11 by routeconverter.)
(16.07.2009, 22:35)RsH Wrote: 1.28.4 exe version for windows starts up with the 18:00:00 showing and ends up with with 21:20:00 showing, so the quick answer is no...
Ok, that is a lot more difficult than I've thought. And the tips from various Internet sources don't point into the right direction. What worked for me is the following code sequence:
Quote:Calendar calendar = Calendar.getInstance();
calendar.clear();
calendar.add(Calendar.MILLISECOND, (int)milliSeconds);
Date date = calendar.getTime();
MessageFormat.format("{0,time,HH:mm:ss}", date);
Please try the 1.28.6 version?s
--
Christian
Christian