st_toFormat method

String st_toFormat(
  1. String format
)

Formats the date according to the specified format.

Implementation

String st_toFormat(String format) {
  return SuperTime.toFormat(format, this);
}