(no title)
flyinRyan | 12 years ago
No, JavaScript itself is a ridiculous language. Every time I have to deal with it I grit my teeth. Right now I'm dealing with dates. Luckily JS has a built in Date class! Which, of course, does nearly nothing. If you call "getDay" you get a zero indexed number representing the day of the week. So since there's no formatting functions to print out dates, how do you get the month-day number? Oh, right, you call getDate...
If I didn't know better I would think this abomination were created by someone who thought the secret of PHP's success was being horribly defined.
dccoolgai|12 years ago
flyinRyan|12 years ago