excludeTime method
Excludes time from the format
Implementation
DateFormatterBuilder excludeTime() {
_includeTime = false;
return this;
}
Excludes time from the format
DateFormatterBuilder excludeTime() {
_includeTime = false;
return this;
}