getFormat2 static method

String getFormat2(
  1. int timestamp
)

Implementation

static String getFormat2(int timestamp) {
  return _getFormat(locale, timestamp, TemplateTime.dateFormat2);
}