saheb11 / datejs

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

setTimeToNow() function missing #112

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I have the same problem. Isn't there a fix for this?
Is this project even active?!?

Original comment by robert.g...@gmail.com on 7 Feb 2011 at 12:33

GoogleCodeExporter commented 8 years ago
The original maintainer has abandoned this project. I've forked it and have 
been going through and fixing the issues (and improving the features). 

This issue is fixed in the current builds on my fork: 
https://github.com/abritinthebay/datejs/

Original comment by darkcr...@gmail.com on 15 Sep 2013 at 7:31