..do I need to import anythig at the start of the program?
Yes, org.apache.xmlbeans.GDate
How to declare an object?
GDate gDate = new GDate(/* See JavaDocs for constructors */);
0
solved Use GDate to calculate period between dates [closed]
..do I need to import anythig at the start of the program?
Yes, org.apache.xmlbeans.GDate
How to declare an object?
GDate gDate = new GDate(/* See JavaDocs for constructors */);
0
solved Use GDate to calculate period between dates [closed]