|
|
|
But I think the date format is almost the same. Is there any special feature of SimpleDateFormat you'd like to use?
jdk SimpleDateFormat:
http://download-llnw.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html joda DateTimeFormat: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html you can see they have some differents,eg: jdk support "Week in month"(W),but joda not :(
|
Not java.text.SimpleDateFormat
:(