Archive for October 31st, 2005
Safari’s Date()
A coworker and I wrote a flurry of Javascript recently for Firefox and IE. Soon afterwards I switched my work machine to a G4 Powerbook and I wanted to make our code run in Safari. I came across this funny bug.
Normally, this code:
Date(”10/31/2005 09:30:00 AM”);
gives you a nice Date object initialized to […]
Posted: October 31st, 2005 under OSX.
Comments: none
