5
fjmurau
5y

My personal highlight this year. We used an old backend technology, which required the use of the old Java Date classes, because changing the model was not possible any longer (end of life modelling tools). So we had to fall back to those kinds of hacks.

Comments
  • 1
    I few years back i wrote such a function to convert jCalendar to Date.
  • 0
    Thank the gods for jodatime
  • 2
    @TRex Putting those in a map ("Jan" to "Dec" as keys, 1..12 as values) would make it nicer.
  • 1
    @fjmurau thats good idea,never crossed my mind, i guess i was dumbass back then.
Add Comment