toFormat method

String toFormat(
  1. String format
)

Implementation

String toFormat(String format) {
  return this.format(this.hYear, this.hMonth, this.hDay, format);
}