JosephMajaseSithole / datejs

Automatically exported from code.google.com/p/datejs
0 stars 0 forks source link

[FIXED] "saturday" returns Thursday Nov 1st. #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Type "saturday"

What is the expected output? What do you see instead?
Expected: A similar result to "monday", "friday", etc.

What version of the product are you using? On what operating system?
Firefox 2, OS X 10.5.1

Original issue reported on code.google.com by elbig...@gmail.com on 28 Nov 2007 at 8:40

GoogleCodeExporter commented 8 years ago
We're working on this right now. The problem appears to happen because 
"Saturday" of
this week just happens to fall on 1-Dec-2007. The Parser is figuring out the 
right
date, we're just did not put in a check to see if the date was wrapping past 
the end
of the month. The library sees "1st" day, but thinks the month should be the 
current
month ("November").

Should be fixed very shortly.

Original comment by geoff%co...@gtempaccount.com on 28 Nov 2007 at 8:53

GoogleCodeExporter commented 8 years ago
[FIXED] The problem was a suspected. The parser was figuring out the correct 
day, but
we just did not anticipate the wrapping around of the month. That would be a 
hard one
to anticipate, until we got the end of the month like today.

The fix will be checked into SVN shortly.

The "Mad Skillz" widget has been updated at http://www.datejs.com/

Thanks for pointing out the problem.

Original comment by geoff%co...@gtempaccount.com on 28 Nov 2007 at 9:56