formatForFileName method

String formatForFileName()

Formats the date for use in filenames

Implementation

String formatForFileName() {
  return DateFormatters.formatForFileName(this);
}