dateFormat method
Creates a DateFormat object using the string as the pattern and optional locale.
Implementation
DateFormat dateFormat([String? locale]) => DateFormat(this, locale);
Creates a DateFormat object using the string as the pattern and optional locale.
DateFormat dateFormat([String? locale]) => DateFormat(this, locale);