Closed GoogleCodeExporter closed 9 years ago
I actually fixed this just yesterday. The code was converting the second date
to a string and then attempting to re-parse it as a date which was failing
because the internal toString() format looks more like debug output than a
parseable date.
The fix is available now in the source repository and will be included in the
next release. As a workaround with 2.5, you should be able to do something
like:
value.diff(now().toString(),"days")
Original comment by tfmorris
on 3 Aug 2012 at 1:31
Thank you! Good to know.
Original comment by iain.dil...@gmail.com
on 3 Aug 2012 at 2:49
Original issue reported on code.google.com by
iain.dil...@gmail.com
on 3 Aug 2012 at 9:00