2016-07-06 10:12 GMT+02:00 sebb <[email protected]>:
> Have a look at the format method.
>
> It uses Calendar much as below.
>
>>> +        final Calendar c = newCalendar();
>>> +        c.setTimeInMillis(millis);
>>> +        return applyRules(c, buf);


Yeah, I see now. Seems like I got lost in the overloads :)

Thanks,

Kristian

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to