8
Eithei
7y

Looking at an old Java project, running java 1.6, test folder doesn't even exist and the "old but gold" java.utils.Date class is used throughout the whole thing. How do I initialise a new date again...? I actually just googled that :D At least the constructor parameters are named nicely... wait.. what...

Comments
  • 1
    Don't forget that var2 is zero-based. That trips everyone up every now and then.
Add Comment