formatForFileName method
Formats the date for use in filenames
Implementation
String formatForFileName() {
return DateFormatters.formatForFileName(this);
}
Formats the date for use in filenames
String formatForFileName() {
return DateFormatters.formatForFileName(this);
}