roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 531 forks source link

Date4j bad performance on android #389

Open EsteveAguilera opened 8 years ago

EsteveAguilera commented 8 years ago

I'm using your library on a project, and I've got some performance issues with Date4j on Android.

The next code takes 6ms to complete: return dateTime.format("YYYY-MM-DD");

I've already opened an issue: here, but I think that it'll be better to use other options...

Will you consider a PR replacing the Date4j with JodaTime?