date/time type

What type should we declare a date/time object in the java class (Date or long(in milliseconds))???

Hello!

Use java.util.Date class.
regards,
Alex