abritinthebay / datejs

DateJS: Evolved. An updated, bug fixed, and actively maintained continuation of DateJS
Other
354 stars 79 forks source link

Syntactic sugar .fromNow() and .ago() don't work. #69

Closed abritinthebay closed 11 years ago

abritinthebay commented 11 years ago

From mat.scha...@gmail.com on April 17, 2009 11:01:58

What steps will reproduce the problem? 1. (2).minutes.fromNow()

What is the expected output?

A time that is two minutes from now.

What do you see instead?

The current time. What version of the product are you using? On what operating system? date-en-US.js from svn. Please provide any additional information below. The date.js in the downloads section doesn't exhibit this behavior. But it has a different issue where Date.parse('12:00 PM') returns null. All my testing is on Safari 4.

Thanks! -Mat

Original issue: http://code.google.com/p/datejs/issues/detail?id=69

abritinthebay commented 11 years ago

From mat.scha...@gmail.com on April 17, 2009 11:02:42

My copy is SVN Revision: 195

abritinthebay commented 11 years ago

From john.fir...@gmail.com on May 20, 2010 17:25:32

The fix: http://github.com/bigfix/datejs/commit/bbe5ed2d838e6b671f48b71a390c58f8f98e4f7b

abritinthebay commented 11 years ago

From mar...@doo.net on July 03, 2012 06:47:25

I still get this problem using a current build. Is it still being worked on?