Comment on JavaScript Creator Says the Language Wasn't Just Dumb LuckComments−glenjamin15yAs much as I love JavaScript, I can't help but curse the Date object every time I have to do something other than just instantiate the current local time and print it out.−ra15yWhich is all thanks to java.util.Date... zero indexed months, for example.
Comments
As much as I love JavaScript, I can't help but curse the Date object every time I have to do something other than just instantiate the current local time and print it out.
Which is all thanks to java.util.Date... zero indexed months, for example.