if config!.format == .textual {
            if config!.withYear {
                template = "EEEE, MMMM dd, yyyy"
            } else {
                template = "EEEE, MMMM dd"