commit | becfc9de9e18ef216c2b537cd2829f1d2d55404f | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@android.com> | Mon Jun 29 18:43:44 2009 -0700 |
committer | Michael Chan <mchan@android.com> | Tue Jun 30 11:48:39 2009 -0700 |
tree | 0750b4a94953b20449550121a87a3f1800c83e6d | |
parent | 3ccd3655a09633794f4d815ff85f35fa986a10d4 [diff] |
Added a Formatter parameter to DateUtils.formatDateRange DateUtils.formatDateRange is using String.format which isn't efficient for formatting large number of strings. I have added the Formatter parameter which allows the caller to reuse the formatter of subsequent calls for faster performance.