Hi!
I want to get the milliseconds since the unix epoche from a specific date. The example above should work, but the method getTimeInMillis() can't be found.
What's wrong with it?
Is there another way to get the millis?
GregorianCalendar start=new GregorianCalendar(2002,8,30);
long Millis = start.getTimeInMillis();
Bye
Chris
I want to get the milliseconds since the unix epoche from a specific date. The example above should work, but the method getTimeInMillis() can't be found.
What's wrong with it?
Is there another way to get the millis?
GregorianCalendar start=new GregorianCalendar(2002,8,30);
long Millis = start.getTimeInMillis();
Bye
Chris