문제

I am new to java and am wondering how to use GDate as specified at the JavaDocs.

  • Can anyone give a simple example how to calculate the time period between two date using GDate?
도움이 되었습니까?

해결책

..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 */);

See JavaDocs for constructors.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top