getFormat1 static method

String getFormat1(
  1. int timestamp
)

Implementation

static String getFormat1(int timestamp) {
  return _getFormat(locale, timestamp, TemplateTime.dateFormat1);
}