toFormat method

String toFormat(
  1. String format
)

Implementation

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