在 Firefox 浏览器中面临JavaScript Date
功能问题,returns "Date {Invalid Date}"
但在 Google chrome 中运行良好。
// My Input is
new Date("Sat Jan 01 00:00:00 EST 1");
// Works fine in google chrome
// Result: Mon Jan 01 2001 10:30:00 GMT+0530 (India Standard Time)
// Not working in Firefox (Version: 15.0.1)
// Result: Date {Invalid Date}