getTemplate method

String getTemplate()

The template string used to format dates and times.

Implementation

String getTemplate() {
  return _template;
}