Tagged Questions
3
votes
4answers
934 views
How can I convert from Gregorian Calendar to Unix Time, in Java?
I am in need of a method to convert GregorianCalendar Object to Unix Time (i.e. a long). Also need a method to convert Unix Time (long) back to GregorianCalendar Object. Are there any methods out ...