====== Joda Time ====== * [[http://joda-time.sourceforge.net/|Java date and time API]] * [[http://www.joda.org/joda-time/quickstart.html|JodaTime QuickStart]] ===== Pitfalls ===== * jodatime의 두 날짜간 diff API의 경우 값이 int 로 제한돼 있어서 초나 분등을 2000년과 9999년간에 diff 하면 integer 범위를 overflow 해버린다. 사용하지 말고 다른 방식을 취하길 권한다. [[http://joda-time.sourceforge.net/apidocs/org/joda/time/Minutes.html#minutesBetween%28org.joda.time.ReadableInstant,%20org.joda.time.ReadableInstant%29|Minutes.minutesBetween()]] 류의 메소드 ===== 참고 ===== * [[http://mnmlst-dvlpr.blogspot.kr/2013/11/joda-time-to-jdbc-in-three-hard-lessons.html|Minimalist Developer: Joda Time to JDBC in three hard lessons]] : 필독