Defect #596
Bug in JSVariant.java
Status:
Resolved
Priority:
High
Assignee:
-
Start date:
12/07/2012
Due date:
% Done:
100%
Estimated time:
Browser (if web client):
Description
There is a bug in the constructor public JSVariant(final Object o). On line 56 it should read isDate = true;
This causes that the method getDate() of JSVariant can not be used.
History
Updated by Imre Tokai over 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Work committed: getDate() function should work now
Thanks Michel