2016-07-06 10:12 GMT+02:00 sebb <seb...@gmail.com>:
> 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: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to