-
public class DateFormatter
-
-
Field Summary
Fields Modifier and Type Field Description public final static DateFormatterINSTANCE
-
Method Summary
Modifier and Type Method Description final static StringformatAsTimeOrDate(Date date)Formats the given date as 24h time if it's on the current day, and as a month/day format date otherwise. -
-
Method Detail
-
formatAsTimeOrDate
final static String formatAsTimeOrDate(Date date)
Formats the given date as 24h time if it's on the current day, and as a month/day format date otherwise.
-
-
-
-