I have a problem in tsk.getStart() function


Hi
I have a another question.
below planStart variable is date.
so I wrote planstart value on console.
But the value is not same with MS Projct.

The real value is 20140602 in MS Project but There is wrong date 20000602 In console.
why These two value is diffrent?????
I don't know reason.

double planDuration = tsk.getDuration(TimeUnitType.Day);
String planStart = format.format(tsk.getStart());
String planEnd = format.format(tsk.getFinish());
String realEnd = format.format(tsk.getActualFinish());
long stdDuration = tsk.getActualDuration() / (OneHour * 24);
long realMH = tsk.getActualWork() / (OneHour * 24);
String level = PMSUtil.nvl(tsk.getWbsLevel(), "");

System.out.println("####################################### activityID " + activityID);
System.out.println("### name " + name);
System.out.println("### performer " + performer);
System.out.println("### planDuration " + planDuration);
System.out.println("### planStart " + planStart);
System.out.println("### planEnd " + planEnd);


[console]
####################################### activityID 1.1.1
### name SOR 검토
### performer
### planDuration 38.0
### planStart 20000602
### planEnd 20000723
### realEnd 20000723
### stdDuration 12
### realMH 12
### level
### 수행업무 표준서/사양서/규격/SPEC
### 담당Role HW설계엔지니어
### 필수 TRUE
### 사용여부 TRUE
### level cd GR1.M1.T1

Hi Dongsoon,


This issue is due to the evaluation version of dll and can be avoided by using the licence. Please have a look here where the reason of this issue and method to get the temporary license is mentioned.