format method

String format(
  1. DateFormat format
)

Implementation

String format(DateFormat format) {
  return format.format(currentPushTime);
}