List of utility methods to do Timestamp to Calendar Convert
Calendar c = Calendar.getInstance(); c.setTime(ts); return c;