captbaritone / captbaritone/datejs
setTimeToNow() function missing
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
Date.today().setTimeToNow();
What is the expected output? What do you see instead?
Expect to see today's date and time (not time at 00:00).
Instead I get a JavaScript error (Firebug):
Date.today().setTimeToNow is not a function
What version of the product are you using? On what operating system?
date.js
Version: 1.0 Alpha-1
Build Date: 13-Nov-2007
firefox 3.6.12 windows vista
Please provide any additional information below.
I found the function in SVN, but that code was missing the parseExact()
function.
```
Original issue reported on code.google.com by `darian.c...@gmail.com` on 10 Nov 2010 at 2:10
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.