Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Apr 4, 2016 · 2 comments
Closed

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

GoogleCodeExporter opened this issue Apr 4, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Started
  • Added labels: Priority-High
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

[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

  • Changed title: [FIXED] "saturday" returns Thursday Nov 1st.
  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant