Searched refs:dateObj (Results 1 – 1 of 1) sorted by relevance
178 Date dateObj = new Date(date); in getDateString() local179 return format.format(dateObj); // Format according to RFC 2822 page 14 in getDateString()