I can tell you what I don’t miss about the Java -> Ruby switch…
Ruby:
4.days.ago
****
Java:
Start with java.util.Date, then use the java.util.DateFormat to… no, wait.
Um, I think you need a java.util.Calendar… so check out the API for java.util.GregorianCalendar and call the getInstance() method passing a java.util.TimeZone… no, that can’t be it.
Oh man, my head hurts: let’s just leave this at: “I don’t miss it”.
1 Comment
June 22, 2006 at 3:46 am
Don’t forget about that bug in Calendar that a certain ex-coworker found…