captbaritone / captbaritone/datejs
date.parse( "3pm tomorrow" ) returns the date of tomorrow, 12:00:00 AM.
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
date.parse( "3pm tomorrow" ) // Done on 9/12/2008.
What is the expected output? What do you see instead?
Expected: Saturday, September 13, 2008 03:00:00 PM
Actual: Saturday, September 13, 2008 12:00:00 AM
In other words, it's not bothering with the time portion of the english phrase.
What version of the product are you using? On what operating system?
FF3 / Windows XP.
```
Original issue reported on code.google.com by `bjmille...@gmail.com` on 12 Sep 2008 at 2:57
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.